Currently, there are two separate mechanisms for centralized package version management of two kinds of nuget packages
- Sdk nugets, where versions may be centrally managed in the global.json, section msbuild-sdks
- PackageReference nugets, where versions may be centrally managed using the Microsoft.Build.CentralPackageVersions Sdk.
Is there any chance we could merge these two mechanisms into one list?