17 references to ToolPackSupport
Microsoft.NET.Build.Tasks (17)
ProcessFrameworkReferences.cs (17)
484
ToolPackSupport
crossgen2PackSupport = AddToolPack(ToolPackType.Crossgen2, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences);
485
if (crossgen2PackSupport is not
ToolPackSupport
.Supported)
494
else if (crossgen2PackSupport is
ToolPackSupport
.UnsupportedForHostRuntimeIdentifier)
511
case
ToolPackSupport
.UnsupportedForTargetFramework:
514
case
ToolPackSupport
.UnsupportedForHostRuntimeIdentifier:
517
case
ToolPackSupport
.UnsupportedForTargetRuntimeIdentifier when EffectiveRuntimeIdentifier != null:
520
case
ToolPackSupport
.Supported:
527
if (AddToolPack(ToolPackType.ILLink, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not
ToolPackSupport
.Supported)
576
if (AddToolPack(ToolPackType.AspNetCore, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not
ToolPackSupport
.Supported)
823
private
ToolPackSupport
AddToolPack(
849
return
ToolPackSupport
.UnsupportedForTargetFramework;
901
return
ToolPackSupport
.UnsupportedForHostRuntimeIdentifier;
959
return
ToolPackSupport
.UnsupportedForTargetRuntimeIdentifier;
1033
return
ToolPackSupport
.UnsupportedForTargetFramework;
1041
return
ToolPackSupport
.UnsupportedForTargetFramework;
1049
return
ToolPackSupport
.UnsupportedForTargetFramework;
1078
return
ToolPackSupport
.Supported;