Skip to content

Commit

Permalink
fix(core): remove warning "Project 'xxx' contains extension with inva…
Browse files Browse the repository at this point in the history
…lid name (type)." (#831)

Fixes Nx warning `Project 'xxx' contains extension with invalid name (type).`
  • Loading branch information
edbzn authored May 1, 2024
1 parent a8561e2 commit 4c19278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/graph/create-nodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const createNodes: CreateNodesCompat<NxDotnetConfigV2> = [
[name]: {
name,
root,
type: 'lib',
projectType: 'library',
targets: registerProjectTargets(file, options),
tags: options.tags,
},
Expand Down

0 comments on commit 4c19278

Please sign in to comment.