dotnet / deployment-tools

This repo contains the code to build the .NET deployment tools and installers for all supported platforms, as well as the sources to .NET deployment tools.
MIT License
170 stars 51 forks source link

Do not set repo-specific NETCoreAppMaximumVersion property #243

Closed NikolaMilosavljevic closed 1 year ago

NikolaMilosavljevic commented 1 year ago

We were setting NETCoreAppMaximumVersion property to a repo-specific value, constructed from MajorVersion and MinorVersion. This causes issues for projects that use custom versioning.

There is no need for this, as the property is set by .NET SDK.