Trying to get Entity Framework 7 to work in my ASP.NET 5 Beta8 project. I have references to EntityFramework.SqlServer 7.0.0-beta8 and EntityFramework.Commands 7.0.0-beta8 packages in my references.
Yet when I go to the Nuget Package Manager Console and type:
Enable-Migrations
The EntityFramework package is not installed on project "My Project"
And Add-Migration
Add-Migration InitialMigration
The EntityFramework package is not installed on project "My Project"
The default project in the console is set to the correct project.