-
Notifications
You must be signed in to change notification settings - Fork 16
Install NuGet
EricGT edited this page Oct 19, 2012
·
1 revision
Note: These instructions were created using Visual Studio 2010 Professional
- Start Visual Studio
- From Visual Studio menu: Tools -> Extension Manager
- In Extension Manager dialog left panel select Online Gallery
- If NuGet Package Manager is not displayed in middle panel
In search field in upper left enter: NuGet - For NeGet Pacakge Manager click Download
- The installation requires administrator privileges.
If you get a User Account Control dialog, complete the dialog to get permission. - In Visual Studio Extension Installer dialog, click Install.
- When installation completes,
from Visual Studio Extension Installer dialog, click Close. - In Extension Manager, click Restart Now.
- After restart, using Visual Studio menu: Tools -> Options.
- In Options dialog left panel scroll down and select Package Manager.
- Select Allow NuGet to download missing packages during build.
- Click OK.
Successfully installed 'FSharpx.Compatibility.OCaml 0.1.2'.
Successfully installed 'NUnit 2.6.1'.
Successfully installed 'FsUnit 1.1.0.1'.
All packages listed in packages.config are already installed.
The packages will be installed into the packages directory, but will not appear as files in Visual Studio.