ChatGPT解决这个技术问题 Extra ChatGPT

Where is nuget.exe?

I'm using Visual Studo 2015 and I have Package Manager Console where I can run like

PM> Install-Package Newtonsoft.Json

Visual Studio seems to come with nuget, but what is the location of nuget.exe?

Or Package Manager Console doesn't use nuget.exe?


M
Matt Ward

Visual Studio 2015 uses various NuGet assemblies but it does not itself include NuGet.exe.

NuGet.exe can be downloaded from the NuGet web site:

https://www.nuget.org/downloads


After downloading the command line tool from nuget.org/downloads you should find nuget.exe in %SystemRoot%\system32 - most likely C:\Windows\System32
As far as I know, If You have Visual studio you can find a copy of nuget.exe in C:\Windows\System32\.nuget\