Skip to content

Conversation

vbaderks
Copy link
Contributor

@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.
@poppastring poppastring merged commit 96ed980 into poppastring:main Nov 15, 2024
3 checks passed
@poppastring
Copy link
Owner

@vbaderks Many thanks! I am looking forward to the next PR.

@vbaderks vbaderks deleted the use-central-nuget-package-versions branch November 15, 2024 08:28
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?
2 participants