Skip to content

Commit 4c19278

Browse files
authored
fix(core): remove warning "Project 'xxx' contains extension with invalid name (type)." (#831)
Fixes Nx warning `Project 'xxx' contains extension with invalid name (type).`
1 parent a8561e2 commit 4c19278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/graph/create-nodes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export const createNodes: CreateNodesCompat<NxDotnetConfigV2> = [
141141
[name]: {
142142
name,
143143
root,
144-
type: 'lib',
144+
projectType: 'library',
145145
targets: registerProjectTargets(file, options),
146146
tags: options.tags,
147147
},

0 commit comments

Comments
 (0)