Fix dependency update from dotnet/sdk
ItCanRunAnAppUsingTheWebSdk fails frequently because of "incoherence in what's coming from dotnet/sdk, specifically not updating dotnet/runtime files". https://github.com/dotnet/installer/pull/12589#issuecomment-960213588
EndToEnd.Tests\ItCanRunAnAppUsingTheWebSdk
Exit Code: -2147450730\r\nStdOut:\r\n\r\nStdErr:
It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '7.0.0-alpha.1.21607.10' (x64) was not found.
- The following frameworks were found:
7.0.0-alpha.1.21606.7
This happened most recently with #12777. ItCanRunAnAppUsingTheWebSdk started passing again for that PR once https://github.com/dotnet/sdk/pull/22956 was merged, but the dotnet/sdk dependency update to this repo shouldn't have been opened with incoherent dependencies in the first place. It looks like this has already happened at least 17 times before, and it wastes the time of the person investigating.
It seems like @safern is on the right track with https://github.com/dotnet/installer/pull/12777#issuecomment-989500706. I'm just opening this issue so we don't forget about it.