In the new ASP.NET Core MVC, the framework uses Entity Framework Core instead of Entity Framework 6. Typically if you start a new project using .NET Core you will only have one version of the Entity Framework. But if you are upgrading or adding a new project alongside classic MVC ASP.NET, then the previous version
More