The PackageVersion property is currently specified four times instead of once centrally. We should consolidate that before we ship NET6 to ease servicing (especially as NET6 will be an LTS release).
Tagging subscribers to this area: @ViktorHofer
See info in area-owners.md if you want to be subscribed.
Issue Details
The `PackageVersion` property is currently specified four times instead of once centrally. We should consolidate that before we ship NET6 to ease servicing (especially as NET6 will be an LTS release).
cc @dotnet/runtime-infrastructure
The
PackageVersion
property is currently specified four times instead of once centrally. We should consolidate that before we ship NET6 to ease servicing (especially as NET6 will be an LTS release).This also involves consolidating the installer
GetProductVersion
logic with the rest of the repo: https://github.com/dotnet/runtime/blob/372248b9b4e3e7c08e0c0aa53d4a94f826fe273b/src/installer/Directory.Build.targets#L25-L138cc @dotnet/runtime-infrastructure