4 references to GetPackPath
Microsoft.NET.Build.Tasks (4)
ProcessFrameworkReferences.cs (4)
281
string? targetingPackPath =
GetPackPath
(knownFrameworkReference.TargetingPackName, targetingPackVersion);
715
string? runtimePackPath =
GetPackPath
(runtimePackName, resolvedRuntimePackVersion);
843
string? runtimePackPath =
GetPackPath
(runtimePackName, packVersion);
894
string? targetILCompilerPackPath =
GetPackPath
(targetIlcPackName, packVersion);