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

Target Frameworks #827

Closed
adamhathcock opened this issue Apr 10, 2024 · 2 comments
Closed

Target Frameworks #827

adamhathcock opened this issue Apr 10, 2024 · 2 comments

Comments

@adamhathcock
Copy link
Owner

.NET 7 is depcrating soon.

I don't think we need .NET Standard 2.0 anymore as 2.1 and .NET Framework 462 will remain.

I believe everything .NET Framework 4.62 is still in support.

Final list should be:

<TargetFrameworks>net462;netstandard2.1;net6.0;net8.0</TargetFrameworks>

@adamhathcock
Copy link
Owner Author

adamhathcock commented Apr 23, 2024

seems like net standard 2.0 should always be support if any frameworks are supported.

https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0

iust removing net7.0

@adamhathcock
Copy link
Owner Author

Moving things on do net48/net481 and removing .NET Standard 2.1

#888

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

1 participant