Microsoft.EntityFrameworkCore.Relational
2.0.2
Shared Entity Framework Core components for relational database providers.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Microsoft.EntityFrameworkCore.Relational -Version 2.0.2
dotnet add package Microsoft.EntityFrameworkCore.Relational --version 2.0.2
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.EntityFrameworkCore.Relational --version 2.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.EntityFrameworkCore.Relational, 2.0.2"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.EntityFrameworkCore.Relational as a Cake Addin
#addin nuget:?package=Microsoft.EntityFrameworkCore.Relational&version=2.0.2
// Install Microsoft.EntityFrameworkCore.Relational as a Cake Tool
#tool nuget:?package=Microsoft.EntityFrameworkCore.Relational&version=2.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.0
- Microsoft.CSharp (>= 4.4.0)
- Microsoft.EntityFrameworkCore (>= 2.0.2)
- Microsoft.Extensions.Configuration.Abstractions (>= 2.0.1)
Used By
NuGet packages (10)
Showing the top 5 NuGet packages that depend on Microsoft.EntityFrameworkCore.Relational:
| Package | Downloads |
|---|---|
|
Microsoft.AspNetCore.Identity.EntityFrameworkCore
ASP.NET Core Identity provider that uses Entity Framework Core.
This package was built from the source code at https://github.com/aspnet/Identity/tree/99f352a92f98af1059c87de07556719f1a22ce39
|
|
|
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
ASP.NET Core middleware for Entity Framework Core error pages. Use this middleware to detect and diagnose errors with Entity Framework Core migrations.
|
|
|
EFCore.BulkExtensions
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete and Read (CRUD) operations on SQL Server.
|
|
|
Microsoft.EntityFrameworkCore.SqlServer
Microsoft SQL Server database provider for Entity Framework Core.
This package was built from the source code at https://github.com/aspnet/EntityFrameworkCore/tree/01da710cdeff0431fc60379580aa63f335fbc165
|
|
|
Pomelo.EntityFrameworkCore.MySql
MySQL provider for Entity Framework Core
|