3 references to MaxPlatformVersion
Microsoft.Build.Utilities.Core (2)
ToolLocationHelper.cs (2)
625if (extensionSDK.MaxPlatformVersion == null || targetPlatformVersion == null || extensionSDK.MaxPlatformVersion >= targetPlatformVersion)
Microsoft.Build.Utilities.UnitTests (1)
ToolLocationHelper_Tests.cs (1)
3461extensionSDK.MaxPlatformVersion.ShouldBe(new Version("8.0"));