Jan Jones
Jan Jones
If I understand correctly, the SDK is torn in case we have an old msbuild and new SDK. So e.g., if `$(_MSBuildVersionMajorMinor)` is `17.10` and `$(_BundledMSBuildVersionMajorMinor)` is `17.11` then `$(_IsDisjointMSBuildVersion)`...
(Also fixes indentation of an existing entry, so reviewing without whitespace is recommended.)
Fixes https://github.com/dotnet/roslyn/issues/73928.
Fixes https://github.com/dotnet/roslyn/issues/74734.
Fixes https://github.com/dotnet/roslyn/issues/74793. Related to test plan https://github.com/dotnet/roslyn/issues/72662.
Fixes https://github.com/dotnet/roslyn/issues/73338.
- Follow up on https://github.com/dotnet/sdk/pull/42860. - Related to https://github.com/dotnet/sdk/issues/43016.