I am currently developing a virtual PC that is not allowed access to the Internet. I managed to get NuGet.Tools.vsix to add NuGet in Visual Studio 2010, but it may not seem like how to deploy NuGet packages offline.
For example, I downloaded EntityFramework 5.0.0 nuget.org and moved it to my virtual computer. How to complete the last step of deploying this package in my solution?
Thanks in advance
source share