How to downgrade Entity framework from 6 to 5?

前端 未结 5 1665
终归单人心
终归单人心 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条回答
  •  梦毁少年i
    2020-12-28 14:09

    The Breeze packages marked with "(obsolete)" are intended for use with EF5 and WebApi. The 'current' packages ( those not marked with obsolete) are all intended for WebApi2 and EF6. There is no option currently to mix and match EF5 with WebApi2. If this is important please add this to the Breeze User Voice

提交回复
热议问题