I created a library based on .NET 4.6.2 version.
To the library, I\'ve added the EntityFramework version 6.1.3 package.
I created a model as follow
Edit: Simple fix (as stated above) -StartupProjectName YourEF6ProjectNameHere
When I had been using the wrong StartupProjectName I still got the error. That's when I was using the solution below:
My kludgy work-around is to unload the project that does not require EF migrations:
Unload Project.Reload ProjectSet as StartUp Project.Not fun.