1 implementation of DownloadPackageAsync
dotnet-aot (1)
parent\dotnet\NugetPackageDownloader\NuGetPackageDownloader.cs (1)
157public async Task<string> DownloadPackageAsync(PackageId packageId,
1 reference to DownloadPackageAsync
dotnet-aot (1)
parent\dotnet\Commands\Workload\Install\WorkloadAdvertisingManifestUpdater.cs (1)
207await _nugetPackageDownloader.DownloadPackageAsync(manifestPackageId, packageVersion: packageVersion, packageSourceLocation: _packageSourceLocation, includePreview: includePreviews);