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

Code Quality: Introduce Directory.Packages.props for better dependency management #16356

Closed
Lamparter opened this issue Oct 17, 2024 · 3 comments

Comments

@Lamparter
Copy link
Contributor

Description

Similar to #14826, which would allow for seamless property management across projects, but instead this would allow for seamless package management. This would allow for easier ability to update dependencies across projects.

Concerned code

All projects.

Gains

  • Better ability to update dependencies
  • Easier way to see all the dependencies used by the projects and quickly identify each of them
  • Offers similar benefits to using Directory.Build.props

Requirements

Very easy:

  • Create Directory.Packages.props file
  • Migrate package references into the file
  • Remove version references from project files
  • Add package references to project files

Comments

No response

@0x5bfa
Copy link
Member

0x5bfa commented Oct 18, 2024

We can merge this into #14826

@Lamparter
Copy link
Contributor Author

Umm.. sure...

@yaira2
Copy link
Member

yaira2 commented Oct 27, 2024

Great minds think alike

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

3 participants