Reputation: 4976
Currently I'm developing on a virtual pc which is not allowed internet access. I managed to get the NuGet.Tools.vsix to add NuGet to Visual Studio 2010, but cannot seem to find out how to deploy NuGet-packages offline.
For example, I downloaded EntityFramework 5.0.0 nuget.org and moved it to my virtual pc. How should I perform the last step of deploying this package to my solution?
Thanks in advance
Upvotes: 9
Views: 18362
Reputation: 3440
1) Tools - > Options -> Package Manager
2) Then click Source and Add.
3) Then You can find on the list and istall.
Upvotes: 4