Example #1
0
 private static async Task DownloadPackagedPlatformsAsync(string archivePath, string packsPath)
 {
     await FrameworkDownloader.Download(archivePath, packsPath);
 }