We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.NET 7 is depcrating soon.
I don't think we need .NET Standard 2.0 anymore as 2.1 and .NET Framework 462 will remain.
I believe everything .NET Framework 4.62 is still in support.
Final list should be:
<TargetFrameworks>net462;netstandard2.1;net6.0;net8.0</TargetFrameworks>
The text was updated successfully, but these errors were encountered:
seems like net standard 2.0 should always be support if any frameworks are supported.
https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0
iust removing net7.0
Sorry, something went wrong.
Moving things on do net48/net481 and removing .NET Standard 2.1
#888
No branches or pull requests
.NET 7 is depcrating soon.
I don't think we need .NET Standard 2.0 anymore as 2.1 and .NET Framework 462 will remain.
I believe everything .NET Framework 4.62 is still in support.
Final list should be:
<TargetFrameworks>net462;netstandard2.1;net6.0;net8.0</TargetFrameworks>
The text was updated successfully, but these errors were encountered: