-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 netcoreapp3.1, add net7.0 support #32814
Conversation
If I downgrade global.json and our
|
I found the error comes from here: Just a brief look at where |
@ericstj, thanks, but that's only a manifestation of the actual problem: microsoft/MSBuildSdks#412 We've been using sparse checkouts for a while but were passing |
@rainersigwald found this was caused by microsoft/vstest#4014 |
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.
Changes themselves look good to me.
Per offline discussion, we're going to wait until microsoft/vstest#4014 is released. |
Resolves Azure#32596. With netcoreapp3.1 falling out of support soon, we're upgrading to net7.0, net6.0, and, on Windows, net461.
Required for microsoft/vstest#4014 fix
Hi @heaths This PR breaks the command I have created an issue to track it: #33515 |
Resolves #32596. With netcoreapp3.1 falling out of support soon, we're upgrading to net7.0, net6.0, and, on Windows, net461.