简体   繁体   中英

Update Entity Framework Manually

我在MVC3项目中使用EF,对于每个项目,我必须通过NuGet更新EF。因此,对于一次而不是针对每个项目手动更新Entity Framework库,我很有趣,我如何/在哪里下载以及如何更新呢?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM