2 writes to _maxPlatformVersion
Microsoft.Build.Utilities.Core (2)
ExtensionSDK.cs (2)
126
if (!Version.TryParse(Manifest.MaxPlatformVersion, out
_maxPlatformVersion
))
128
_maxPlatformVersion
= null;
2 references to _maxPlatformVersion
Microsoft.Build.Utilities.Core (2)
ExtensionSDK.cs (2)
124
if (
_maxPlatformVersion
== null && Manifest.MaxPlatformVersion != null)
132
return
_maxPlatformVersion
;