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 .NET 6 target #1020

Open
1 task done
paulirwin opened this issue Nov 13, 2024 · 1 comment
Open
1 task done

Drop .NET 6 target #1020

paulirwin opened this issue Nov 13, 2024 · 1 comment
Labels
is:task A chore to be done

Comments

@paulirwin
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Task description

We should drop the .NET 6 target now that it is no longer supported with security updates. Any users still on .NET 6 can use the netstandard2.1 target.

This will leave the following targets:

  • net462
  • netstandard2.0
  • netstandard2.1
  • net8.0
@paulirwin paulirwin added the is:task A chore to be done label Nov 13, 2024
@paulirwin paulirwin added this to the 4.8.0-beta00018 milestone Nov 13, 2024
@NightOwl888
Copy link
Contributor

Note that once we drop the net6.0 target, we can use net6.0 for testing netstandard2.1 instead of net5.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:task A chore to be done
Projects
None yet
Development

No branches or pull requests

2 participants