-
Notifications
You must be signed in to change notification settings - Fork 326
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 unsupported frameworks #10565
base: main
Are you sure you want to change the base?
Drop unsupported frameworks #10565
Conversation
…nd/vstest into drop-unsupported-frameworks
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.
I see many parts were bumped to net8.0 and not net6.0 as minimal. Was this finally approved? I thought we were supposed to keep it because of VS.
This being said, I have still seen quite some places with ref to net6.0 so I'm not sure if I am missing something.
src/Microsoft.TestPlatform.CoreUtilities/Microsoft.TestPlatform.CoreUtilities.csproj
Outdated
Show resolved
Hide resolved
...crosoft.TestPlatform.PlatformAbstractions/Microsoft.TestPlatform.PlatformAbstractions.csproj
Outdated
Show resolved
Hide resolved
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 work and cleanup! The next bump should be way easier now
Description
Removes support for TFMs that are end of life: netcoreapp3.1, net5, net6, net7.
Updated dependencies to the latest versions, or to the latest available for source build.