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 · 5 comments · May be fixed by #3007
Open

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

martincostello opened this issue Apr 14, 2024 · 5 comments · May be fixed by #3007
Assignees
Milestone

Comments

@martincostello
Copy link
Collaborator

martincostello commented Apr 14, 2024

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 + 7.0);
  2. Drop .NET 6 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.

Copy link
Contributor

This issue is stale because it has been open for 60 days with no activity. It will be automatically closed in 14 days if no further updates are made.

@github-actions github-actions bot added the stale Stale issues or pull requests label Jun 20, 2024
@martincostello martincostello removed the stale Stale issues or pull requests label Jun 20, 2024
@martincostello martincostello self-assigned this Sep 30, 2024
@martincostello martincostello added this to the v7.0.0 milestone Sep 30, 2024
@martincostello
Copy link
Collaborator Author

Will be resolved by #3007.

@martincostello martincostello linked a pull request Sep 30, 2024 that will close this issue
@cremor
Copy link
Contributor

cremor commented Sep 30, 2024

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 + 7.0);
  2. Drop .NET 6 at a future date.

Seems like you chose the phased approach based on that #3007 still contains .NET 6.0?

@martincostello
Copy link
Collaborator Author

Yes - see #3087.

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

Successfully merging a pull request may close this issue.

2 participants