15 references to ToolPackSupport
Microsoft.NET.Build.Tasks (15)
ProcessFrameworkReferences.cs (15)
474
if (AddToolPack(ToolPackType.Crossgen2, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not
ToolPackSupport
.Supported)
485
case
ToolPackSupport
.UnsupportedForTargetFramework:
488
case
ToolPackSupport
.UnsupportedForHostRuntimeIdentifier:
491
case
ToolPackSupport
.UnsupportedForTargetRuntimeIdentifier when EffectiveRuntimeIdentifier != null:
494
case
ToolPackSupport
.Supported:
501
if (AddToolPack(ToolPackType.ILLink, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not
ToolPackSupport
.Supported)
550
if (AddToolPack(ToolPackType.AspNetCore, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not
ToolPackSupport
.Supported)
797
private
ToolPackSupport
AddToolPack(
823
return
ToolPackSupport
.UnsupportedForTargetFramework;
875
return
ToolPackSupport
.UnsupportedForHostRuntimeIdentifier;
933
return
ToolPackSupport
.UnsupportedForTargetRuntimeIdentifier;
1007
return
ToolPackSupport
.UnsupportedForTargetFramework;
1015
return
ToolPackSupport
.UnsupportedForTargetFramework;
1023
return
ToolPackSupport
.UnsupportedForTargetFramework;
1052
return
ToolPackSupport
.Supported;