15 references to ToolPackSupport
Microsoft.NET.Build.Tasks (15)
ProcessFrameworkReferences.cs (15)
476if (AddToolPack(ToolPackType.Crossgen2, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not ToolPackSupport.Supported) 487case ToolPackSupport.UnsupportedForTargetFramework: 490case ToolPackSupport.UnsupportedForHostRuntimeIdentifier: 493case ToolPackSupport.UnsupportedForTargetRuntimeIdentifier when EffectiveRuntimeIdentifier != null: 496case ToolPackSupport.Supported: 503if (AddToolPack(ToolPackType.ILLink, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not ToolPackSupport.Supported) 552if (AddToolPack(ToolPackType.AspNetCore, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not ToolPackSupport.Supported) 799private ToolPackSupport AddToolPack( 825return ToolPackSupport.UnsupportedForTargetFramework; 877return ToolPackSupport.UnsupportedForHostRuntimeIdentifier; 935return ToolPackSupport.UnsupportedForTargetRuntimeIdentifier; 1009return ToolPackSupport.UnsupportedForTargetFramework; 1017return ToolPackSupport.UnsupportedForTargetFramework; 1025return ToolPackSupport.UnsupportedForTargetFramework; 1054return ToolPackSupport.Supported;