Nuget CLI in Visual Studio 2017 - How to run?

后端 未结 3 1698
一向
一向 2021-01-17 09:12

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

3条回答
  •  天命终不由人
    2021-01-17 10:15

    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

提交回复
热议问题