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