Visual studio supports many features so that we can easily add packages to our project. NuGet package manager is a collection of tools to automate the process of downloading, installing, upgrading, configuring, and removing packages from a VS Project. To Add packages to a project you will need a NuGet package manager. Lets see how to add a package manager extension to visual studio 2010.
- Step1. In visual studio, Go to tools > Extension Manager.
how to add a package manager extension to visual studio |
- Step2. Go to on-line gallery and search for "nu-get package manager" and install it.
|
Done! your NuGet package manager is installed. Now you can start install packages.





