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

Only target .NET Standard 2.0 for releases.json #270

Closed joeloff closed 1 year ago

joeloff commented 1 year ago

SDK resolvers in .NET 8 still target .NET 7 to support other products where .NET 8 may not be available. Since the resolvers depend on this library, it can lead to load failures. Only targeting netstandard2.0 should address these issues.