5 references to Supported
Microsoft.NET.Build.Tasks (5)
ProcessFrameworkReferences.cs (5)
485
if (crossgen2PackSupport is not ToolPackSupport.
Supported
)
520
case ToolPackSupport.
Supported
:
527
if (AddToolPack(ToolPackType.ILLink, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not ToolPackSupport.
Supported
)
576
if (AddToolPack(ToolPackType.AspNetCore, _normalizedTargetFrameworkVersion, packagesToDownload, implicitPackageReferences) is not ToolPackSupport.
Supported
)
1078
return ToolPackSupport.
Supported
;