1 implementation of GetBestPackageVersionAndSourceAsync
dotnet (1)
NugetPackageDownloader\NuGetPackageDownloader.cs (1)
798
public async Task<(NuGetVersion version, PackageSource source)>
GetBestPackageVersionAndSourceAsync
(PackageId packageId,
1 reference to GetBestPackageVersionAndSourceAsync
dotnet (1)
ToolPackage\ToolPackageDownloaderBase.cs (1)
425
return nugetPackageDownloader.
GetBestPackageVersionAndSourceAsync
(packageId, versionRange, packageSourceLocation).GetAwaiter().GetResult();