What is Package Manager console?
Category:
technology and computing
shareware and freeware
The Package Manager Console is a PowerShell console within Visual Studio used to interact with NuGet and automate Visual Studio. You can access the Package Manager Console from within Visual Studio by going to Tools -> Library Package Manager -> Package Manager Console.
Similarly, you may ask, how do I stop Package Manager console?
The Ctrl + Tab could help us leave Package Manager Console window to other window, but it will not close it. If you want to close the Package Manager Console window, please use SHIFT + ESC to close current opened window in Visual Studio.
In this way, how use NuGet Package Manager console?
Package Manager Console
- Select the Tools > NuGet Package Manager > Package Manager Console menu command.
- Once the console opens, check that the Default project drop-down list shows the project into which you want to install the package.
- Enter the command Install-Package Newtonsoft.
NuGet is a free and open-source package manager designed for the Microsoft development platform (formerly known as NuPack). Starting with Visual Studio 2012, NuGet comes pre-installed by default. NuGet is also integrated with SharpDevelop. NuGet can also be used from the command line and automated with scripts.