5 references to Supported
Microsoft.NET.Build.Tasks (5)
ProcessFrameworkReferences.cs (5)
478
if (AddToolPack(ToolPackType.Crossgen2, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not ToolPackSupport.
Supported
)
498
case ToolPackSupport.
Supported
:
505
if (AddToolPack(ToolPackType.ILLink, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not ToolPackSupport.
Supported
)
554
if (AddToolPack(ToolPackType.AspNetCore, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not ToolPackSupport.
Supported
)
1056
return ToolPackSupport.
Supported
;