Skip to content
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

Enable central NuGet package version management #708

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vbaderks
Copy link

@vbaderks vbaderks commented Nov 9, 2024

Add a Directory.Package.props file to enable central package management.

This has two advantages:

  • Changes to NuGet package versions only needs to be done in one central file (.csproj files are unchanged for future NuGet version updates)
  • All projects use the same NuGet package version.

The NuGet package versions itself are not changed in this PR to keep the scope limited to the introduction of a Directory.Packages.props file. This is a first step to resolve #704.

Add a Directory.Package.props file to enable central package management.

This has 2 main advantages:
- Changes to versions only needs to be done 1 file (.csproj files are unchanged for NuGet updates)
- All projects use the same NuGet package version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NU190x warnings about severity vulnerability in NuGet packages: are PRs welcome?
1 participant