Skip to content

Commit a9b40bc

Browse files
authored
Explicitly state requirement for nuget.exe 3.3
1 parent 09fc876 commit a9b40bc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Assuming your working directory is the root directory of this git repo, the comm
1919

2020
nuget restore src
2121

22-
You may need to [download NuGet.exe][NuGetClient] first.
22+
You may need to [download NuGet.exe][NuGetClient] first. **Be sure to use nuget.exe 3.3.0** rather than
23+
3.4.4 or any version in between because these newer versions have regressions that break the build.
2324

2425
Everything in the repo may be built via building the solution file
2526
either from Visual Studio 2015 or the command line:
@@ -90,4 +91,4 @@ code (such as asserting that no public constructor exists).
9091

9192
[VS]: https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs.aspx
9293
[NuProj]: https://onedrive.live.com/redir?resid=63D0C265F96E43D!2477835&authkey=!AHh2k9FoNR-nFHo&ithint=file%2cmsi
93-
[NuGetClient]: https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
94+
[NuGetClient]: https://dist.nuget.org/win-x86-commandline/v3.3.0/nuget.exe

0 commit comments

Comments
 (0)