2 references to _nugetPackageDownloader
dotnet (2)
ShellShim\ShellShimTemplateFinder.cs (2)
55
var packagePath = await
_nugetPackageDownloader
.DownloadPackageAsync(packageId, packageVersion, packageSourceLocation: _packageSourceLocation);
56
_ = await
_nugetPackageDownloader
.ExtractPackageAsync(packagePath, _tempDir);