1 write to _maxPlatformVersion
Microsoft.Build.Utilities.Core (1)
SDKManifest.cs (1)
418
_maxPlatformVersion
= value;
2 references to _maxPlatformVersion
Microsoft.Build.Utilities.Core (2)
SDKManifest.cs (2)
210
public string MaxPlatformVersion =>
_maxPlatformVersion
== null && IsFrameworkExtensionSdkManifest
212
:
_maxPlatformVersion
;