-
Notifications
You must be signed in to change notification settings - Fork 718
[Draft] Major Release v2.0.0rc0 #558
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
base: releases/2.0.0
Are you sure you want to change the base?
Conversation
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice that this is started!
<VersionSuffix></VersionSuffix> | ||
<TargetFrameworks>netcoreapp3.1;net461;net481;net6.0;net8.0</TargetFrameworks> | ||
<TargetFrameworks>net481;net6.0;net8.0</TargetFrameworks> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.NET 6 is out of support since November 12, 2024 so it makes sense to drop it in a new major here
https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's on our radar to deprecate .NET 6 as well, however we've previously announced in #523 and #562 that 2.0.0 would remove 3.1 and 4.6.1, and for a breaking change such as this when users are automatically opted into the new version we would want to give as much advance notice as possible for this. With the move to self-contained binaries by default, specific .NET versions will become less important and can be removed more easily.
/azp run |
See #562 for a list of upcoming changes.