How to downgrade Entity framework from 6 to 5?

前端 未结 5 1664
终归单人心
终归单人心 2020-12-28 14:08

I\'m creating a Asp.Net MVC project using VS2013 and added hottowel (2.0.1) using nuget. However, the breeze doesn\'t work with Entity Framework 6.

How to downgrade

5条回答
  •  無奈伤痛
    2020-12-28 14:32

    I realize this is an old post with an Answer already but thought I'd add this little nugget.

    If you have many projects using Entity Framework and want to downgrade all of them, first change one of the projects manually, then refresh the package description page and you will get Consolidate as an Action. Select this, then select version 5.0.0 and this will let you downgrade all projects to 5.0.0

提交回复
热议问题