3 references to MaxPlatformVersion
Microsoft.Build.Tasks.Core (1)
ResolveSDKReference.cs (1)
1098
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))