15 references to ToolPackSupport
Microsoft.NET.Build.Tasks (15)
ProcessFrameworkReferences.cs (15)
478
if (AddToolPack(ToolPackType.Crossgen2, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not
ToolPackSupport
.Supported)
489
case
ToolPackSupport
.UnsupportedForTargetFramework:
492
case
ToolPackSupport
.UnsupportedForHostRuntimeIdentifier:
495
case
ToolPackSupport
.UnsupportedForTargetRuntimeIdentifier when EffectiveRuntimeIdentifier != null:
498
case
ToolPackSupport
.Supported:
505
if (AddToolPack(ToolPackType.ILLink, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not
ToolPackSupport
.Supported)
554
if (AddToolPack(ToolPackType.AspNetCore, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not
ToolPackSupport
.Supported)
801
private
ToolPackSupport
AddToolPack(
827
return
ToolPackSupport
.UnsupportedForTargetFramework;
879
return
ToolPackSupport
.UnsupportedForHostRuntimeIdentifier;
937
return
ToolPackSupport
.UnsupportedForTargetRuntimeIdentifier;
1011
return
ToolPackSupport
.UnsupportedForTargetFramework;
1019
return
ToolPackSupport
.UnsupportedForTargetFramework;
1027
return
ToolPackSupport
.UnsupportedForTargetFramework;
1056
return
ToolPackSupport
.Supported;