2 references to GetNuGetCanonicalId
Microsoft.DotNet.TemplateLocator (2)
src\sdk\src\Resolvers\Microsoft.NET.Sdk.WorkloadManifestReader\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");