I'm using ASP.NET Core MVC and for some reason the package manager console in visual studio 2015 or the command prompt window will not recognize any Entity Framework commands like 'Enable-Migrations' 'dnx ef database update' etc..
I never had any issues with EF migrations in any other project where iv'e been using MVC 5 with Entity Framwork 6
I also tried restarting Visual Studio like many answers recommended but that didn't work for me.
The error message I get for enabling migrations is:
PM> Enable-migrations
Enable-migrations : The term 'Enable-migrations' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path
was included, verify that the path is correct and try again.
At line:1 char:1
+ Enable-migrations
+ ~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Enable-migrations:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException