According to the page at: https://dist.nuget.org/index.html
NuGet 4.x is included in the Visual Studio 2017 installation. Latest NuGet releases are
I think easier recreate assembly using new solution .NET Standard in Visual Studio 2017. I try change old .csproj file. But when I changed, I broken assembly. I used this link Create .NET standard packages with Visual Studio 2017. I hope this link NuGet is now fully integrated into MSBuild help.
To use NuGet CLI, download the nuget.exe
from https://www.nuget.org/downloads page Windows x86 Commandline section.
Add the folder where you placed nuget.exe
to your PATH environment variable.
Open the command window or powershell anywhere and run any nuget command.
Or you can use directly from the Visual Studio 2017 package manager console.
(Visual Studio restart is required to get the PATH environment variable.)
Here is the MS Docs for NuGet CLI
Although it says "Batteries are included" on the page you have mentioned, that only refers to how the NuGet package manager is integrated with Visual Studio 2017. The other downloads on that page are for Visual Studio 2013-2015.
If you want the command line nuget.exe
in order to create NuGet packages, that is still a separate download on the page you mentioned: https://dist.nuget.org/index.html