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 out-of-support .NET versions #2798

Open
martincostello opened this issue Apr 14, 2024 · 1 comment
Open

Drop support for out-of-support .NET versions #2798

martincostello opened this issue Apr 14, 2024 · 1 comment

Comments

@martincostello
Copy link
Collaborator

The published binaries and code are starting to get bloated with adding support for .NET 8 for #2792, so we should look to remove support for target frameworks that are now completely unsupported by Microsoft.

  • netcoreapp2.2
  • netcoreapp3.0
  • netcoreapp3.1
  • net5.0
  • net6.0 (from November 2024)
  • net7.0 (from May 2024)

This should be done as a major version bump.

We could either drop them all at once some time after November 2024, or do it in a phased approach:

  1. Drop everything not supported today (.NET < 6.0);
  2. Drop .NET 6 and 7 at a future date.
@martincostello
Copy link
Collaborator Author

As part of any breaking changes made when we do this, we should also consider removing any constructor overloads we've added over time to preserve binary compatibility which also ties into #2805.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant