4 references to GetPackPath
Microsoft.NET.Build.Tasks (4)
ProcessFrameworkReferences.cs (4)
303
string? targetingPackPath =
GetPackPath
(knownFrameworkReference.TargetingPackName, targetingPackVersion);
737
string? runtimePackPath =
GetPackPath
(runtimePackName, resolvedRuntimePackVersion);
884
string? runtimePackPath =
GetPackPath
(runtimePackName, packVersion);
966
string? targetILCompilerPackPath =
GetPackPath
(targetIlcPackName, packVersion);