Use Directory.Packages.props to manage package versions (instead of Packages.targets) #8238
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
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.The text was updated successfully, but these errors were encountered: