Skip to content

Commit 7e2cd6a

Browse files
committed
Update to NuGet 3.2
1 parent 8d5801b commit 7e2cd6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualstudio.xunit.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
136136
Log.LogMessage("Downloading latest version of NuGet.exe...");
137137
WebClient webClient = new WebClient();
138-
webClient.DownloadFile("http://dist.nuget.org/win-x86-commandline/v3.1.0-beta/nuget.exe", OutputFilename);
138+
webClient.DownloadFile("https://dist.nuget.org/win-x86-commandline/v3.2.0/nuget.exe", OutputFilename);
139139
140140
return true;
141141
}

0 commit comments

Comments
 (0)