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