5 references to Supported
Microsoft.NET.Build.Tasks (5)
ProcessFrameworkReferences.cs (5)
474
if (AddToolPack(ToolPackType.Crossgen2, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not ToolPackSupport.
Supported
)
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
)
1052
return ToolPackSupport.
Supported
;