-
Notifications
You must be signed in to change notification settings - Fork 193
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
Drop .NET 6 Support #2432
base: main
Are you sure you want to change the base?
Drop .NET 6 Support #2432
Conversation
/azp run |
Should we make changes in the scripts as well? FileName : scripts.publish.ps1 |
@@ -281,7 +281,6 @@ private void InitializeObjects() | |||
{ | |||
_options = new() | |||
{ | |||
#if NET8_0_OR_GREATER | |||
// ObjectConverter behavior different in .NET8 most likely due to | |||
// .NET7 breaking change: | |||
// - https://learn.microsoft.com/dotnet/core/compatibility/serialization/7.0/polymorphic-serialization#affected-apis |
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.
We should modify the comments according to the new changes
@@ -42,25 +41,6 @@ public SimulatorAuthenticationHandler( | |||
: base(options, logger, encoder) |
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.
Can be removed ?
// ISystemClock is obsolete in .NET 8.0 and later
// https://learn.microsoft.com/dotnet/core/compatibility/aspnet-core/8.0/isystemclock-obsolete
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.
Good initiative, we should check with @neeraj-sharma2592 with respect to dependencies on hosting before merging
I'm in touch with Neeraj for the same. Will add update accordingly. |
Both |
Why make this change?
What is this change?
src/Directory.Packages.props
How was this tested?