

For example, to install EF Core 6.0.14 packages, append -v 6.0.14 to the command.įor more information, see. You can indicate a specific version in the dotnet add package command, using the -v modifier. NET Core CLI command from the operating system's command line to install or update the EF Core SQL Server provider: dotnet add package NET Core command-line interface (CLI), the Visual Studio Package Manager Dialog, or the Visual Studio Package Manager Console.NET Core CLI

To install or update NuGet packages, you can use the. See Providers for a list of the database providers available. To add EF Core to an application, install the NuGet package for the database provider you want to use. The latest version of Visual Studio is recommended.ĮF Core is shipped as NuGet packages.

You can use EF Core to develop applications on Windows using Visual Studio. NET version needed for the version of EF Core that you want to use. See EF Core releases to find the minimal. At runtime, EF Core requires a recent version of.
