Use a more compatible NuGet.exe

This commit is contained in:
Pranav K 2019-12-02 11:33:39 -08:00
Родитель 399a759211
Коммит abe0e8305e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 1963DA6D96C3057A
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -76,7 +76,7 @@
{
Log.LogMessage("Downloading latest version of NuGet.exe...");
WebClient webClient = new WebClient();
webClient.DownloadFile("https://dist.nuget.org/win-x86-commandline/v3.5.0/nuget.exe", OutputFileName);
webClient.DownloadFile("https://dist.nuget.org/win-x86-commandline/v4.8.2/nuget.exe", OutputFileName);
}
return true;