Replies: 1 comment
-
We had already removed support for .NET Framework and then we brought it back. I think we'll stick to .NET Framework as long as Microsoft supports it. What's the problem? You can set your application to e.g. .NET 8 only and ignore that there are DLLs for .NET Framework in the NuGet package. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Have you considered dropping .NET 4.X / netstandard support ?
Maybe it could be left somewhere to different branch or something and stated that only critical security updates will be included and new features are developed only for modern target frameworks?
Supporting that old framework makes collaboration more difficult compiler directives, slow test runs etc.
Beta Was this translation helpful? Give feedback.
All reactions