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