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

[Question] .Net 6 has reached the end of its lifecycle. What about add .Net 8 and .Net 9 to TargetFrameworks? #98

Open
GZTimeWalker opened this issue Jan 26, 2025 · 3 comments

Comments

@GZTimeWalker
Copy link

GZTimeWalker commented Jan 26, 2025

Ref: https://dotnet.microsoft.com/en-us/download/dotnet/6.0

This release has reached end of life, meaning it is no longer supported. We recommend moving to a supported release, such as .NET 9.0. See our support policy for more details.

<TargetFrameworks>netstandard2.0;netstandard2.1;net50;net60</TargetFrameworks>

See also: https://learn.microsoft.com/en-us/dotnet/standard/frameworks#latest-versions

Suggestion

<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net7.0;net8.0;net9.0</TargetFrameworks> 
@ginuxone
Copy link

is there any news on this?

@robinrodricks
Copy link
Owner

What difference?

@robinrodricks
Copy link
Owner

.NET 6 libs can be used in .NET 9 without any issues.

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

3 participants