Shared Entity Framework Core components for relational database providers.
$ dotnet add package Microsoft.EntityFrameworkCore.RelationalMicrosoft.EntityFrameworkCore.Relational package contains common code for relational database providers that are based on ADO.NET.
This package is included automatically as a dependency of each relational provider package. Adding an explicit reference can be useful to ensure the latest version is used even if the provider is depending on an older version.
See Getting started with EF Core for more information about EF NuGet packages, including which to install when getting started.
If you encounter a bug or issues with this package,you can open an Github issue. For more details, see getting support.