**Describe the bug** Regardless of the issue I assign to Copilot, the first thing it does is push a commit to rollback the .NET SDK version specified in global.json: https://github.com/microsoft/vs-threading/pull/1465/files/e8cdfd6f6f8d529ac45600f60b77a7abb95b268d..b82695bc0f24c882f13fd1e901f7754f8aee8fe7 This is unnecessary, annoying, and something I'll have to revert before merging. **Expected behavior** Leave the SDK version alone. My repo is known to work with this version, and rolling it backward will quite likely break something. **Screenshots** 