sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Fix detection of torn SDK

Open jjonescz opened this issue 7 months ago • 1 comments

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) should be true.

Part of https://github.com/dotnet/sdk/issues/41791.

jjonescz avatar Jul 02 '24 13:07 jjonescz