Skip to content

Enable Central Package Management for NuGet dependencies#404

Merged
StuartFerguson merged 2 commits into
mainfrom
task/#401_update_shared_nugets
Jun 11, 2026
Merged

Enable Central Package Management for NuGet dependencies#404
StuartFerguson merged 2 commits into
mainfrom
task/#401_update_shared_nugets

Conversation

@StuartFerguson

Copy link
Copy Markdown
Member

Introduce Directory.Packages.props to centrally manage all NuGet package versions. Remove explicit version numbers from all project files and update them to reference packages without versions. Set ManagePackageVersionsCentrally in the main project and add the central props file to the solution. This simplifies dependency management and ensures consistency across the solution.

closes #401

Introduce Directory.Packages.props to centrally manage all NuGet package versions. Remove explicit version numbers from all project files and update them to reference packages without versions. Set ManagePackageVersionsCentrally in the main project and add the central props file to the solution. This simplifies dependency management and ensures consistency across the solution.
@codacy-production

codacy-production Bot commented Jun 11, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

Added COPY instructions for Directory.Packages.props in both Dockerfile and Dockerfilewindows to support centralized NuGet package version management during builds. No other changes were made.
@StuartFerguson StuartFerguson merged commit e67bd60 into main Jun 11, 2026
6 checks passed
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.

Update Shared Nugets

1 participant