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