We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5801b commit 7e2cd6aCopy full SHA for 7e2cd6a
visualstudio.xunit.proj
@@ -135,7 +135,7 @@
135
136
Log.LogMessage("Downloading latest version of NuGet.exe...");
137
WebClient webClient = new WebClient();
138
- webClient.DownloadFile("http://dist.nuget.org/win-x86-commandline/v3.1.0-beta/nuget.exe", OutputFilename);
+ webClient.DownloadFile("https://dist.nuget.org/win-x86-commandline/v3.2.0/nuget.exe", OutputFilename);
139
140
return true;
141
}
0 commit comments