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