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

Use Directory.Packages.props to manage package versions (instead of Packages.targets) #8238

Closed
MiYanni opened this issue Jun 10, 2022 · 1 comment · Fixed by #9149
Closed
Assignees
Labels
Area-Infrastructure Relates to build, test & run infrastructure of this repo. Resolution-Fixed The bug has been fixed, refer to the milestone to see in which release it was fixed. Triage-Approved Reviewed and prioritized
Milestone

Comments

@MiYanni
Copy link
Member

MiYanni commented Jun 10, 2022

Directory.Packages.props is related to the central package management system. We currently have a similar system of our design via <PackageReference Update="" Version=""> nodes in a Packages.targets file. This issue is to move this information to a Directory.Packages.props instead of using our own system for managing versions in this repo.

@MiYanni MiYanni added the Area-Infrastructure Relates to build, test & run infrastructure of this repo. label Jun 10, 2022
@kvenkatrajan kvenkatrajan added the Triage-Approved Reviewed and prioritized label Jun 23, 2022
@MiYanni
Copy link
Member Author

MiYanni commented Nov 9, 2022

@smitpatel smitpatel self-assigned this Jul 7, 2023
smitpatel added a commit that referenced this issue Jul 7, 2023
@smitpatel smitpatel added this to the 17.8 milestone Jul 7, 2023
smitpatel added a commit that referenced this issue Jul 10, 2023
smitpatel added a commit that referenced this issue Jul 10, 2023
smitpatel added a commit that referenced this issue Jul 10, 2023
@smitpatel smitpatel added the Resolution-Fixed The bug has been fixed, refer to the milestone to see in which release it was fixed. label Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure Relates to build, test & run infrastructure of this repo. Resolution-Fixed The bug has been fixed, refer to the milestone to see in which release it was fixed. Triage-Approved Reviewed and prioritized
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants