Skip to content

Migrate to centralized NuGet package management (CPM)#78

Open
standleypg wants to merge 1 commit intoBluegrams:masterfrom
standleypg:centralized-nugets
Open

Migrate to centralized NuGet package management (CPM)#78
standleypg wants to merge 1 commit intoBluegrams:masterfrom
standleypg:centralized-nugets

Conversation

@standleypg
Copy link

Introduces Directory.Packages.props to centralize NuGet package version management across all projects in the solution. All package versions are now defined in a single location.

Changes

  • Added Directory.Packages.props at the solution root.
  • Removed Version attributes from all <PackageReference> elements in .csproj files.
  • Consolidated package version definitions into the centralized file.

Notes

This change does not affect runtime behavior. It standardizes dependency management and simplifies future version updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant