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