dotnet / maintenance-packages

Repository that hosts packages from the .NET platform whose original home/branch is not building any longer.
MIT License
16 stars 10 forks source link

Move package information to separate property group #96

Closed ViktorHofer closed 3 months ago

ViktorHofer commented 3 months ago

... this should help readability and make it more obvious what needs to change when publishing a new package.

Two unrelated changes:

  1. Move the Microsoft.DotNet.Build.TargetFramework package reference directly into the projects that need it to avoid indirection.
  2. Use a Choose/When construct in Microsoft.Bcl. HashCode for better readability.