15 references to ToolPackSupport
Microsoft.NET.Build.Tasks (15)
ProcessFrameworkReferences.cs (15)
452
if (AddToolPack(ToolPackType.Crossgen2, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not
ToolPackSupport
.Supported)
463
case
ToolPackSupport
.UnsupportedForTargetFramework:
466
case
ToolPackSupport
.UnsupportedForHostRuntimeIdentifier:
469
case
ToolPackSupport
.UnsupportedForTargetRuntimeIdentifier when EffectiveRuntimeIdentifier != null:
472
case
ToolPackSupport
.Supported:
479
if (AddToolPack(ToolPackType.ILLink, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not
ToolPackSupport
.Supported)
528
if (AddToolPack(ToolPackType.AspNetCore, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not
ToolPackSupport
.Supported)
775
private
ToolPackSupport
AddToolPack(
801
return
ToolPackSupport
.UnsupportedForTargetFramework;
834
return
ToolPackSupport
.UnsupportedForHostRuntimeIdentifier;
873
return
ToolPackSupport
.UnsupportedForTargetRuntimeIdentifier;
933
return
ToolPackSupport
.UnsupportedForTargetFramework;
941
return
ToolPackSupport
.UnsupportedForTargetFramework;
949
return
ToolPackSupport
.UnsupportedForTargetFramework;
978
return
ToolPackSupport
.Supported;