I am trying to implement Entity Framework 7 in MVC 6, and on this page here it says to do
services.AddEntityFramework() .AddSqlServer() .AddDbContext
Install Microsoft.EntityFrameworkCore.SqlServer 1.0.1 package works for me Version of Microsoft.EntityFrameworkCore is 1.1.0