3 references to IsFrameworkExtensionSdkManifest
Microsoft.Build.Utilities.Core (3)
SDKManifest.cs (3)
203public string MinOSVersion => _minOSVersion == null && IsFrameworkExtensionSdkManifest 210public string MaxPlatformVersion => _maxPlatformVersion == null && IsFrameworkExtensionSdkManifest 217public string MaxOSVersionTested => _maxOSVersionTested == null && IsFrameworkExtensionSdkManifest