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

Update templates to target .NET 8 once it's been more widely adopted #690

Open
justinvp opened this issue Nov 18, 2023 · 0 comments
Open
Labels
kind/enhancement Improvements or new features

Comments

@justinvp
Copy link
Member

Our .NET templates currently target .NET 6 (the previous only LTS version). Earlier this week, .NET 8 was released, the new LTS version. We should consider upgrading our templates to target .NET 8, so new projects have access to all the new .NET 8 features by default, once .NET 8 has been more widely adopted.

According to https://dotnet.microsoft.com/en-us/download/dotnet:

  • .NET 6 will no longer be supported on November 12, 2024
  • .NET 7 (which is not an LTS version) will no longer be supported May 14, 2024

Perhaps around May 14, 2024 would be a good time to move from targeting .NET 6 to .NET 8. We will definitely want to do it ahead of .NET 6 no longer being supported November 12, 2024.

@justinvp justinvp added the kind/enhancement Improvements or new features label Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

1 participant