Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Wednesday, May 29, 2013 5:32 PM
I am currently in an environment that doesn't allow development machines to access the internet. How do I go about installing Entity Framework and other packages without downloading via Nuget?
Wednesday, May 29, 2013 6:02 PM | 2 votes
Hi,
if you have a system with internet access: Use it to download the nuget package.
Then install the package on your developer pc without internet access.
Usefull links:
- How to download nuget packages:
http://stackoverflow.com/questions/14894864/how-to-download-a-nuget-package-without-nuget-exe-or-visual-studio-extension-fr - How to install a nuget package:
http://stackoverflow.com/questions/10240029/how-to-install-a-nuget-package-nupkg-file-locally
With kind regards,
Konrad