Pull request
microsoft/vstest#15379
Type of problem
Unexpected behavior in the PR (e.g. conflicts, EOLs, mangled files, ..)
Description of the issue
vmr here is pushing us to 11 version of dependencies which no longer support net8, but vstest needs to target net8 as the oldest still supported tfm. vstest inserts into dotnet, but also into VS and other places, so the versions should not be dictated by VMR builds.
The assets are already excluded:
last time this worked was with [main] Source code updates from dotnet/dotnet by dotnet-maestro[bot] · Pull Request #15322 · micros…