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