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