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
on Package Manager Console write
PM> Uninstall-package EntityFramework
EntityFramework
PM> Install-Package EntityFramework -version 5.0.0
5.0.0