10 references to MaxPlatformVersion
Microsoft.Build.Tasks.Core (1)
ResolveSDKReference.cs (1)
1094MaxPlatformVersion = _sdkManifest.MaxPlatformVersion ?? String.Empty;
Microsoft.Build.Utilities.Core (2)
ExtensionSDK.cs (2)
124if (_maxPlatformVersion == null && Manifest.MaxPlatformVersion != null) 126if (!Version.TryParse(Manifest.MaxPlatformVersion, out _maxPlatformVersion))
Microsoft.Build.Utilities.UnitTests (7)
ToolLocationHelper_Tests.cs (7)
3168sdkManifest.MaxPlatformVersion.ShouldBe("9.0"); 3193sdkManifest2.MaxPlatformVersion.ShouldBe("8.0"); 3216sdkManifest3.MaxPlatformVersion.ShouldBeNull(); 3240sdkManifest4.MaxPlatformVersion.ShouldBeNull(); 3265sdkManifest5.MaxPlatformVersion.ShouldBe("8.0"); 3313sdkManifest.MaxPlatformVersion.ShouldBeNull(); 3386sdkManifest.MaxPlatformVersion.ShouldBe("8.0");