Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where do I get nuget.exe 3.0+? [closed]

Supposedly, nuget 3.0 has been released. VS2015 ships with 3.0 baked in. However, NuGet.CommandLine seems to be stuck at 2.8.6 (https://www.nuget.org/packages/NuGet.CommandLine) which means products like TeamCity won't upgrade to 3.0.

Where can I find the nuget for nuget 3.0?

like image 233
David Pfeffer Avatar asked Mar 15 '23 05:03

David Pfeffer


1 Answers

There's no command line for v3 yet, although they plan to release it soon, as the discussion in the NuGet 3.0 Released blog post implies.

However, you can download the 3.1.0 beta, if you want, from here: http://dist.nuget.org/win-x86-commandline/v3.1.0-beta/nuget.exe

like image 83
Marcio Rinaldi Avatar answered Mar 23 '23 23:03

Marcio Rinaldi