How can I manage EF 6 migrations in visual studio 2015?
问题 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. After this I checked out the project on another computer and opened with Visual Studio 2015 CTP 6. If I go in the package manager console and try to run any migration commands, they're not recognized: add-migrations : The term 'add-migrations' is not recognized as the name of a cmdlet, function, script file, or operable program. Check