Drop netcoreapp3.1, add net7.0 support#32814
Conversation
|
Builds all of a sudden fail with: Seems to be related to dotnet/sourcelink#772, but why trigger only under net7.0? @ericstj @clairernovotny have you ever seen this before? Could it have anything to do with what versions we install: https://github.com/Azure/azure-sdk-for-net/pull/32814/files#diff-0ee9c9427a1837c466fe62f326ca452d7b3cd1d17f44a859470b2b7fc104754a ? |
|
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 |
jsquire
left a comment
There was a problem hiding this comment.
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.