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 Package Management for NuGet Dependencies #1124

Closed
wants to merge 1 commit into from

Conversation

onetarun
Copy link
Contributor

This PR enables Central Package Management (CPM) for NuGet dependencies in the solution. The following changes were made:

Added Directory.Packages.Props to manage package versions centrally.
Removed individual package version specifications from project files (.csproj).
Ensured compatibility across all projects in the solution.
Why this is needed:
Simplifies package version management across multiple projects.
Ensures consistency and avoids version conflicts.
Makes dependency updates easier by modifying a single file.
Testing:
Verified that the solution builds successfully.
Checked that all projects reference the correct package versions.

@hishamco
Copy link
Member

The build is failed, could you please recheck

@onetarun
Copy link
Contributor Author

I have built the project on my side, and everything is working fine without any build errors. Could you please share the exact error message you are getting? It might be a dependency/version mismatch. If you have any specific logs or error details, please share them so that I can help debug the issue.

image

@hishamco
Copy link
Member

We might need to change the Azure Pipeline, coz @thiennn is not active for awhile

@onetarun onetarun closed this by deleting the head repository Feb 24, 2025
@hishamco
Copy link
Member

Why it's closed?

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.

2 participants