Skip to content
New issue

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

Drop support for EOL target frameworks #50

Open
abjerner opened this issue Feb 8, 2025 · 1 comment
Open

Drop support for EOL target frameworks #50

abjerner opened this issue Feb 8, 2025 · 1 comment
Assignees
Labels
release/1.2.0 status/idea The ideas in this issue are great idea, but we're not ready to work on it in the near future. type/chore

Comments

@abjerner
Copy link
Member

abjerner commented Feb 8, 2025

Microsoft recommends no longer supporting .NET Standard 1.1 and .NET Standard 2.0. With .NET 9, the compiler will even trigger a warning:

https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/9.0/netstandard-warning

To follow the recommendation, and also clean up the code a bit, the package drop support for .NET Standard 1.1 and .NET Standard 2.0. This could possibly be for a v1.2.0 release.

@abjerner abjerner added status/idea The ideas in this issue are great idea, but we're not ready to work on it in the near future. type/chore labels Feb 8, 2025
@abjerner abjerner self-assigned this Feb 8, 2025
@abjerner
Copy link
Member Author

abjerner commented Feb 18, 2025

The following frameworks should probably also be dropped due to being EOL:

  • .NET Framework 4.5
  • .NET Framework 4.6
  • .NET 5
  • .NET 6
  • .NET 7

So since we're currently only supporting up to .NET 7, we should then add support for .NET 8 and possibly .NET 9.

One could also argue to drop support for .NET Framework 4.7 and 4.8 since both build on top of .NET Standard 2.0, which we should still support.

@abjerner abjerner changed the title Drop support for .NET Standard 1.1 and .NET Standard 2.0 Drop support for EOL target frameworks Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release/1.2.0 status/idea The ideas in this issue are great idea, but we're not ready to work on it in the near future. type/chore
Projects
None yet
Development

No branches or pull requests

1 participant