How can I manage EF 6 migrations in visual studio 2015?

前端 未结 6 515
梦谈多话
梦谈多话 2021-01-04 18:24

I started a new MVC project with EntityFramework -Version 6.1.2 using Visual Studio 2013 latest update. I made a couple of migrations and updated the database.

6条回答
  •  一整个雨季
    2021-01-04 19:07

    I did all combinations of reinstall or uninstall and install EntityFramework plus closing and reopening VS. The only thing that worked was deleting the folder packages in my solution folder and rebuild the solution to force all packages to download.

提交回复
热议问题