-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nx schematic for adding nuget packages support #5
Labels
Milestone
Comments
AgentEnder
changed the title
Nx schematic for Nuget support
Nx schematic for adding nuget packages support
Apr 26, 2021
This issue is pending #6, as we work out how we wish to handle packages. |
AgentEnder
added a commit
that referenced
this issue
Apr 29, 2021
#6 still needs to be implemented. The base sync schematic has been added, but is not implemented.
AgentEnder
added a commit
that referenced
this issue
Apr 29, 2021
AgentEnder
added a commit
that referenced
this issue
Apr 29, 2021
AgentEnder
added a commit
that referenced
this issue
May 1, 2021
#6 still needs to be implemented. The base sync schematic has been added, but is not implemented.
AgentEnder
pushed a commit
that referenced
this issue
May 1, 2021
AgentEnder
added a commit
that referenced
this issue
May 1, 2021
github-actions bot
pushed a commit
that referenced
this issue
May 1, 2021
# [0.4.0](v0.3.0...v0.4.0) (2021-05-01) ### Bug Fixes * **repo:** update .releaserc to commit package.json version back ([36d2f30](36d2f30)) ### Features * **core:** schematic for adding npm package [#5](#5) ([4f37be7](4f37be7)), closes [#6](#6) * **core:** support for single version principle [#6](#6) ([#32](#32)) ([8e60a13](8e60a13))
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Something like this, either as a schematic or target:
nx g nx-dotnet/add-dependency <project> <nuget-package>
nx run <project>:add-dependency <nuget-package>
The text was updated successfully, but these errors were encountered: