2 references to GetNuGetCanonicalId
Microsoft.DotNet.TemplateLocator (2)
WorkloadResolver.cs (2)
333
packPath = Path.Combine(rootPath.Path, "template-packs", resolvedPackageId.
GetNuGetCanonicalId
() + "." + packageVersion.ToLowerInvariant() + ".nupkg");
337
packPath = Path.Combine(rootPath.Path, "library-packs", resolvedPackageId.
GetNuGetCanonicalId
() + "." + packageVersion.ToLowerInvariant() + ".nupkg");