-
Notifications
You must be signed in to change notification settings - Fork 873
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
Add support for .NET 9 #2362
base: master
Are you sure you want to change the base?
Add support for .NET 9 #2362
Conversation
ffernandolima
commented
Nov 20, 2024
- Removed support for .NET 6 as it has reached the end of support;
- Added support for .NET 9;
- Set 'LangVersion' to 'latest'.
🎉 All Contributor License Agreements have been signed. Ready to merge. |
0218744
to
552eb2a
Compare
Would it make sense to add support for a version of .NET that isn't LTS? |
552eb2a
to
db7bf99
Compare
@Havret, I agree with you to some extent, and I believe this is open for discussion. However, the primary objective of this PR is to remove .NET 6, as it has reached its end of support and should no longer be used in active development. |
92c0a63
to
8971a04
Compare
Could just do a multi-target so you always have current STS + LTS versions, ie: net8/net9. |
8971a04
to
77440be
Compare
@Im5tu, that was exactly what I did through this PR. Projects released as Nuget packages support multi-target. |
5a515b0
to
063a323
Compare
Added support for .NET 9; Set 'LangVersion' to 'latest'.
063a323
to
69465da
Compare