to install the SQL Server provider in Visual Studio: PM> install-package -Version 2.0.0-preview1-final Other applications can upgrade by installing a 2.0 Preview 1-compatible version of the EF Core provider. Also, existing ASP.NET Core applications can upgrade EF Core by upgrading to the 2.0 Preview 1 version of the ASP.NET Core meta-package and removing any references to older EF Core runtime packages. Installing or upgrading to 2.0 Preview 1Īpplications based on ASP.NET Core 2.0 Preview 1 can already use EF Core 2.0 Preview 1.
EF Core follows the same release cycle as. Entity Framework Core (EF Core) is a lightweight, extensible, and cross-platform version of Entity Framework. This week we made Entity Framework Core 2.0 Preview 1 available.