Microsoft.EntityFrameworkCore.Relational 2.1.0-rc1-final

Prefix Reserved
This is a prerelease version of Microsoft.EntityFrameworkCore.Relational.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 3.6 or higher.

dotnet add package Microsoft.EntityFrameworkCore.Relational --version 2.1.0-rc1-final
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.Relational -Version 2.1.0-rc1-final
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="2.1.0-rc1-final" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="2.1.0-rc1-final" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.EntityFrameworkCore.Relational --version 2.1.0-rc1-final
                    
#r "nuget: Microsoft.EntityFrameworkCore.Relational, 2.1.0-rc1-final"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.EntityFrameworkCore.Relational@2.1.0-rc1-final
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.EntityFrameworkCore.Relational&version=2.1.0-rc1-final&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.Relational&version=2.1.0-rc1-final&prerelease
                    
Install as a Cake Tool

Shared Entity Framework Core components for relational database providers.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4.2K)

Showing the top 5 NuGet packages that depend on Microsoft.EntityFrameworkCore.Relational:

Package Downloads
Microsoft.EntityFrameworkCore.SqlServer

Microsoft SQL Server database provider for Entity Framework Core.

Microsoft.EntityFrameworkCore.Design

Shared design-time components for Entity Framework Core tools.

Npgsql.EntityFrameworkCore.PostgreSQL

PostgreSQL/Npgsql provider for Entity Framework Core.

Microsoft.EntityFrameworkCore.Sqlite.Core

SQLite database provider for Entity Framework Core. This package does not include a copy of the native SQLite library.

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/dotnet/dotnet/tree/b0f34d51fccc69fd334253924abd8d6853fad7aa

GitHub repositories (285)

Showing the top 20 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore.Relational:

Repository Stars
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
ardalis/CleanArchitecture
Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 10
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
MassTransit/MassTransit
Distributed Application Framework for .NET
dotnetcore/CAP
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
ldqk/Masuit.Tools
全龄段友好的C#万能工具库,码数吐司库,包含一些常用的操作类,大都是静态类,加密解密,反射操作,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展、Excel导出等常用封装。诸多功能集一身,代码量不到2MB!
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
openiddict/openiddict-core
Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
simplcommerce/SimplCommerce
A simple, cross platform, modulith ecommerce system built on .NET
dotnetcore/WTM
Use WTM to write .netcore app fast !!!
dotnetcore/FreeSql
.NET aot orm, VB.NET/C# orm, Mysql/PostgreSQL/SqlServer/Oracle orm, Sqlite/Firebird/Clickhouse/DuckDB orm, 达梦/金仓/虚谷/翰高/高斯 orm, 神通 orm, 南大通用 orm, 国产 orm, TDengine orm, QuestDB orm, MsAccess orm.
cq-panda/Vue.NetCore
(已支持sqlsugar).NetCore、.Net6、Vue2、Vue3、Vite、TypeScript、Element plus+uniapp前后端分离,全自动生成代码;支持移动端(ios/android/h5/微信小程序。http://www.volcore.xyz/
borisdj/EFCore.BulkExtensions
Entity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite, Oracle
skoruba/IdentityServer4.Admin
The administration for the IdentityServer4 and Asp.Net Core Identity
linq2db/linq2db
Linq to database provider.
Version Downloads Last Updated
10.0.0 54,741 11/11/2025
10.0.0-rc.2.25502.107 84,844 10/14/2025
10.0.0-rc.1.25451.107 103,192 9/9/2025
10.0.0-preview.7.25380.108 44,163 8/12/2025
10.0.0-preview.6.25358.103 11,575 7/15/2025
10.0.0-preview.5.25277.114 45,615 6/6/2025
10.0.0-preview.4.25258.110 19,806 5/12/2025
10.0.0-preview.3.25171.6 13,143 4/10/2025
10.0.0-preview.2.25163.8 68,135 3/18/2025
10.0.0-preview.1.25081.1 4,720 2/25/2025
9.0.11 79,186 11/11/2025
9.0.10 2,684,522 10/14/2025
9.0.9 5,405,092 9/9/2025
9.0.8 5,681,848 8/5/2025
9.0.7 4,665,464 7/8/2025
9.0.6 5,645,661 6/10/2025
9.0.5 6,458,311 5/13/2025
9.0.4 8,636,083 4/8/2025
9.0.3 7,044,997 3/11/2025
9.0.2 9,118,664 2/11/2025
9.0.1 25,318,191 1/14/2025
9.0.0 26,787,408 11/12/2024
9.0.0-rc.2.24474.1 288,158 10/8/2024
9.0.0-rc.1.24451.1 151,241 9/10/2024
9.0.0-preview.7.24405.3 118,640 8/13/2024
9.0.0-preview.6.24327.4 204,701 7/9/2024
9.0.0-preview.5.24306.3 57,227 6/11/2024
9.0.0-preview.4.24267.1 54,521 5/21/2024
9.0.0-preview.3.24172.4 174,322 4/11/2024
9.0.0-preview.2.24128.4 72,467 3/12/2024
9.0.0-preview.1.24081.2 149,259 2/13/2024
8.0.22 42,403 11/11/2025
8.0.21 667,579 10/14/2025
8.0.20 1,414,359 9/9/2025
8.0.19 2,518,702 8/5/2025
8.0.18 1,592,881 7/8/2025
8.0.17 3,096,114 6/10/2025
8.0.16 2,787,222 5/13/2025
8.0.15 4,092,253 4/8/2025
8.0.14 4,944,361 3/11/2025
8.0.13 8,374,652 2/11/2025
8.0.12 5,882,771 1/14/2025
8.0.11 29,653,839 11/12/2024
8.0.10 27,062,981 10/8/2024
8.0.8 32,423,915 8/13/2024
8.0.7 18,492,135 7/9/2024
8.0.6 20,647,261 5/28/2024
8.0.5 9,503,643 5/14/2024
8.0.4 39,566,851 4/9/2024
8.0.3 13,634,989 3/12/2024
8.0.2 36,135,174 2/13/2024
8.0.1 14,265,516 1/9/2024
8.0.0 65,094,167 11/14/2023
8.0.0-rc.2.23480.1 557,616 10/10/2023
8.0.0-rc.1.23419.6 190,748 9/12/2023
8.0.0-preview.7.23375.4 134,756 8/8/2023
8.0.0-preview.6.23329.4 158,547 7/11/2023
8.0.0-preview.5.23280.1 192,317 6/13/2023
8.0.0-preview.4.23259.3 135,416 5/16/2023
8.0.0-preview.3.23174.2 274,544 4/11/2023
8.0.0-preview.2.23128.3 189,050 3/14/2023
8.0.0-preview.1.23111.4 128,708 2/21/2023
7.0.20 4,712,935 5/28/2024
7.0.19 529,809 5/14/2024
7.0.18 2,956,095 4/9/2024
7.0.17 1,559,676 3/12/2024
7.0.16 2,090,833 2/13/2024
7.0.15 3,158,783 1/9/2024
7.0.14 5,959,150 11/14/2023
7.0.13 6,400,514 10/24/2023
7.0.12 3,817,663 10/10/2023
7.0.11 15,637,383 9/12/2023
7.0.10 10,341,853 8/8/2023
7.0.9 9,030,604 7/11/2023
7.0.8 5,400,417 6/22/2023
7.0.7 3,687,035 6/13/2023
7.0.5 28,239,677 4/11/2023
7.0.4 8,265,462 3/14/2023
7.0.3 14,850,002 2/14/2023
7.0.2 23,512,464 1/10/2023
7.0.1 10,632,777 12/13/2022
7.0.0 21,855,813 11/7/2022
7.0.0-rc.2.22472.11 219,082 10/11/2022
7.0.0-rc.1.22426.7 205,243 9/14/2022
7.0.0-preview.7.22376.2 93,020 8/9/2022
7.0.0-preview.6.22329.4 74,374 7/12/2022
7.0.0-preview.5.22302.2 47,047 6/14/2022
7.0.0-preview.4.22229.2 89,936 5/10/2022
7.0.0-preview.3.22175.1 68,545 4/13/2022
7.0.0-preview.2.22153.1 66,944 3/14/2022
7.0.0-preview.1.22076.6 44,182 2/17/2022
6.0.36 2,610,085 11/12/2024
6.0.35 834,005 10/8/2024
6.0.33 2,263,483 8/13/2024
6.0.32 883,977 7/9/2024
6.0.31 1,096,275 5/28/2024
6.0.30 676,610 5/14/2024
6.0.29 3,345,246 4/9/2024
6.0.28 1,821,567 3/12/2024
6.0.27 1,875,892 2/13/2024
6.0.26 2,676,515 1/9/2024
6.0.25 3,635,406 11/14/2023
6.0.24 1,914,183 10/24/2023
6.0.23 1,218,311 10/10/2023
6.0.22 4,125,203 9/12/2023
6.0.21 3,723,495 8/8/2023
6.0.20 2,900,578 7/11/2023
6.0.19 2,829,116 6/22/2023
6.0.18 1,295,528 6/13/2023
6.0.16 7,691,775 4/11/2023
6.0.15 4,154,334 3/14/2023
6.0.14 5,393,364 2/14/2023
6.0.13 6,902,255 1/10/2023
6.0.12 12,127,638 12/13/2022
6.0.11 9,852,995 11/7/2022
6.0.10 16,367,924 10/11/2022
6.0.9 14,054,426 9/13/2022
6.0.8 16,466,029 8/9/2022
6.0.7 42,837,191 7/12/2022
6.0.6 15,048,402 6/14/2022
6.0.5 20,715,579 5/10/2022
6.0.4 18,236,592 4/11/2022
6.0.3 16,380,459 3/8/2022
6.0.2 15,028,192 2/8/2022
6.0.1 36,511,571 12/14/2021
6.0.0 67,010,345 11/8/2021
6.0.0-rc.2.21480.5 313,585 10/12/2021
6.0.0-rc.1.21452.10 295,773 9/14/2021
6.0.0-preview.7.21378.4 95,295 8/10/2021
6.0.0-preview.6.21352.1 40,791 7/14/2021
6.0.0-preview.5.21301.9 208,265 6/15/2021
6.0.0-preview.4.21253.1 75,219 5/24/2021
6.0.0-preview.3.21201.2 90,510 4/8/2021
6.0.0-preview.2.21154.2 32,211 3/11/2021
6.0.0-preview.1.21102.2 76,508 2/12/2021
5.0.17 7,382,936 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 1,413,597 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 2,022,764 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 2,157,798 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 4,288,365 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 4,506,018 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 7,347,368 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 15,500,512 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 9,958,929 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 9,566,388 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 16,198,432 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 8,032,442 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 11,681,516 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 8,193,937 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 7,654,230 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 11,536,549 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 11,086,584 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 19,042,106 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 369,025 10/13/2020
5.0.0-rc.1.20451.13 335,788 9/14/2020
5.0.0-preview.8.20407.4 207,904 8/25/2020
5.0.0-preview.7.20365.15 75,770 7/21/2020
5.0.0-preview.6.20312.4 58,078 6/25/2020
5.0.0-preview.5.20278.2 46,152 6/10/2020
5.0.0-preview.4.20220.10 62,315 5/18/2020
5.0.0-preview.3.20181.2 82,241 4/23/2020
5.0.0-preview.2.20159.4 46,095 4/2/2020
5.0.0-preview.2.20120.8 33,464 3/16/2020
3.1.32 6,943,983 12/13/2022
3.1.31 1,655,432 11/8/2022
3.1.30 637,163 10/11/2022
3.1.29 1,341,587 9/13/2022
3.1.28 864,466 8/9/2022
3.1.27 741,249 7/12/2022
3.1.26 681,056 6/14/2022
3.1.25 999,927 5/10/2022
3.1.24 589,636 4/11/2022
3.1.23 1,054,693 3/8/2022
3.1.22 3,172,760 12/14/2021
3.1.21 2,556,596 11/7/2021
3.1.20 1,706,316 10/11/2021
3.1.19 2,755,421 9/14/2021
3.1.18 6,348,460 8/10/2021
3.1.17 1,788,605 7/13/2021
3.1.16 2,285,717 6/8/2021
3.1.15 3,081,065 5/11/2021
3.1.14 2,852,631 4/6/2021
3.1.13 5,009,893 3/9/2021
3.1.12 2,797,645 2/9/2021
3.1.11 5,790,681 1/12/2021
3.1.10 7,668,202 11/9/2020
3.1.9 10,789,231 10/13/2020
3.1.8 18,527,181 9/8/2020
3.1.7 9,444,143 8/11/2020
3.1.6 9,931,260 7/14/2020
3.1.5 12,397,106 6/9/2020
3.1.4 20,702,877 5/12/2020
3.1.3 22,225,446 3/24/2020
3.1.2 10,920,227 2/19/2020
3.1.1 15,074,632 1/14/2020
3.1.0 40,417,642 12/3/2019
3.1.0-preview3.19554.8 109,188 11/13/2019
3.1.0-preview2.19525.5 30,611 11/1/2019
3.1.0-preview1.19506.2 835,320 10/15/2019
3.0.3 187,320 2/19/2020
3.0.2 71,310 1/14/2020
3.0.1 1,346,702 11/18/2019
3.0.0 21,759,615 9/23/2019
3.0.0-rc1.19456.14 42,166 9/16/2019
3.0.0-preview9.19423.6 1,729,278 9/4/2019
3.0.0-preview8.19405.11 417,210 8/13/2019
3.0.0-preview7.19362.6 93,029 7/23/2019
3.0.0-preview6.19304.10 131,035 6/12/2019
3.0.0-preview5.19227.1 703,110 5/6/2019
3.0.0-preview4.19216.3 19,036 4/18/2019
3.0.0-preview3.19153.1 155,103 3/6/2019
3.0.0-preview.19074.3 28,434 1/29/2019
3.0.0-preview.18572.1 39,464 12/3/2018
2.3.0 52,376 1/14/2025
2.2.6 28,645,849 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 18,714,283 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 4,924,579 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 5,426,915 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 6,172,271 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 23,905,140 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 141,536 10/17/2018
2.2.0-preview2-35157 136,886 9/12/2018
2.2.0-preview1-35029 82,335 8/22/2018
2.1.14 3,421,817 11/18/2019
2.1.11 3,592,982 5/14/2019
2.1.8 3,476,239 2/12/2019
2.1.4 14,729,136 10/1/2018
2.1.3 4,712,086 9/11/2018
2.1.2 9,617,302 8/21/2018
2.1.1 17,512,538 6/18/2018
2.1.0 13,868,512 5/29/2018
2.1.0-rc1-final 188,090 5/6/2018
2.1.0-preview2-final 205,057 4/10/2018
2.1.0-preview1-final 297,095 2/26/2018
2.0.3 5,767,958 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 6,695,214 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 10,885,556 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 32,883,799 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 91,423 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 17,077,624 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.6 20,943,782 7/10/2018 1.1.6 is deprecated because it is no longer maintained.
1.1.5 1,736,593 12/12/2017 1.1.5 is deprecated because it is no longer maintained.
1.1.4 259,708 11/14/2017 1.1.4 is deprecated because it is no longer maintained.
1.1.3 280,293 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 5,647,942 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 4,160,084 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 11,496,718 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 37,365 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.6 41,550 11/14/2017 1.0.6 is deprecated because it is no longer maintained.
1.0.5 37,562 9/20/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 49,977 5/9/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 816,445 3/6/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 66,550 12/12/2016 1.0.2 is deprecated because it is no longer maintained.
1.0.1 2,493,427 9/13/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 2,033,856 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 120,153 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.