I use EF in MVC3 projects, for each project I must update EF by NuGet, So I am interesting in update Entity Framework library once time manually rather than per project, how/where can I download and how update it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you can
1- download dll from here
2- in your project: in solution explorer –> References –> remove “Entity Framework” by right click and select remove
3- right click on ‘References’ select ‘Add reference’ in ‘Browse’ tab select new dll
4- join it.