2 references to DownloadFromUriAsync
Microsoft.DotNet.Arcade.Sdk (2)
src\DownloadFile.cs (2)
83return DownloadFromUriAsync(Uri, destinationPath).Result; 106if (DownloadFromUriAsync(uri, destinationPath).Result)