
#Xamarin studio nuget install#
If you want to install a new package to modify Visual Studio, click the Online tab on the left side.

Note that this is just a few of the installed packages. On the right is a Search box and detailed information with links to the selected item on the Visual Studio Gallery website.īelow, the dialog is showing a list of all the packages that are already installed the machine. In the middle of the dialog are the results based on the filter you clicked on the left side. On the left side, you can click Installed, Online and Updates to choose what kind of information you want to see. There are three sections to this dialog that (in my opinion) aren’t clearly laid out.

To modify Visual Studio, simply start Visual Studio and then, before you open any solutions/projects, click Tools | Extensions and Updates… This opens the Extensions and Updates dialog box. The NuGet Package Manager will allow you to install, update, and uninstall software to Visual Studio itself or to an existing Visual Studio project. For Visual Studio 2012, Visual Studio 2013, and newer, it is included with the Integrated Development Environment (IDE). Starting with Visual Studio 2010, Microsoft created NuGet as a new deployment utility that allows you to install custom software either as a Visual Studio modification or as a way to add software to a Visual Studio project.įor Visual Studio 2010, you need to download and install the NuGet platform. Greetings! I decided to make a simple blog post about NuGet because I feel Microsoft hasn’t been extremely clear defining the two main ways that developers use it with Visual Studio.
