Share via


how to install entity Framework without nuget?

Question

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?

All replies (1)

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:

With kind regards,

Konrad