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