4 references to GetPackPath
Microsoft.NET.Build.Tasks (4)
ProcessFrameworkReferences.cs (4)
305
string? targetingPackPath =
GetPackPath
(knownFrameworkReference.TargetingPackName, targetingPackVersion);
741
string? runtimePackPath =
GetPackPath
(runtimePackName, resolvedRuntimePackVersion);
888
string? runtimePackPath =
GetPackPath
(runtimePackName, packVersion);
970
string? targetILCompilerPackPath =
GetPackPath
(targetIlcPackName, packVersion);