Where is NuGet in VS2017 Community?

The newly installed version of VS2017 Community - I read some document that NuGet is turned on, but I do not see it and I do not see how to add it. Should it display basically the same as in VS2015?

+6
source share
3 answers

You should find it in the installer, the second tab is “Packages” under the heading “Code Tools”

http://i.imgur.com/Pzx4Cqq.png

You can run the installer from the Tools menu in VS, this should be the first option.

+5
source

, . NuGet:  1. Tools > Get Tools and Features...  2. Single Component > Code Tools  3. NuGet  4. . NuGet:  - Project > Manage NuGet packages...  - Tools > NuGet Package Manager

+1

In Visual Studio 2017, Click "Tools" → "Nuget Package Manager" → "Package Manager" :)

0
source

Source: https://habr.com/ru/post/1016894/


All Articles