Microsoft.EntityFrameworkCore.SqlServer 8.0.22

Prefix Reserved
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.SqlServer --version 8.0.22
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.SqlServer -Version 8.0.22
                    
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.SqlServer" Version="8.0.22" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.22" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" />
                    
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.SqlServer --version 8.0.22
                    
#r "nuget: Microsoft.EntityFrameworkCore.SqlServer, 8.0.22"
                    
#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.SqlServer@8.0.22
                    
#: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.SqlServer&version=8.0.22
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.SqlServer&version=8.0.22
                    
Install as a Cake Tool

Microsoft.EntityFrameworkCore.SqlServer is the EF Core database provider package for Microsoft SQL Server and Azure SQL.

Usage

Call the UseSqlServer method to choose the SQL Server/Azure SQL database provider for your DbContext. For example:

protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{
    optionsBuilder.UseSqlServer("Server=(localdb)\\mssqllocaldb;Database=MyDatabase;Trusted_Connection=True;");
}

Getting started with EF Core

See Getting started with EF Core for more information about EF NuGet packages, including which to install when getting started.

Additional documentation

See Microsoft SQL Server EF Core Database Provider for more information about the features of this database provider.

Feedback

If you encounter a bug or issues with this package,you can open an Github issue. For more details, see getting support.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4.0K)

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

Package Downloads
Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite

NetTopologySuite support for the Microsoft SQL Server database provider for Entity Framework Core.

Microsoft.AspNetCore.App

Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.AspNetCore.All

Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

EntityFrameworkCore.SqlServer.HierarchyId

Adds hierarchyid support to the SQL Server EF Core provider

Microsoft.EntityFrameworkCore.SqlServer.HierarchyId

Adds hierarchyid support to the SQL Server EF Core provider

GitHub repositories (652)

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

Repository Stars
dotnet/aspnetcore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
DapperLib/Dapper
Dapper - a simple object mapper for .Net
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.
kgrzybek/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 8.0 reference application, now community supported: https://github.com/NimblePros/eShopOnWeb
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
LuckyPennySoftware/AutoMapper
A convention-based object-object mapper in .NET.
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
EduardoPires/EquinoxProject
Web Application ASP.NET 9 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 9 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
ant-design-blazor/ant-design-blazor
🌈A rich set of enterprise-class UI components based on Ant Design and Blazor.
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
aspnet/Mvc
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
dotnet/aspire
Aspire is the tool for code-first, extensible, observable dev and deploy.
Version Downloads Last Updated
10.0.0 199,213 11/11/2025
10.0.0-rc.2.25502.107 38,878 10/14/2025
10.0.0-rc.1.25451.107 35,493 9/9/2025
10.0.0-preview.7.25380.108 14,253 8/12/2025
10.0.0-preview.6.25358.103 8,740 7/15/2025
10.0.0-preview.5.25277.114 18,146 6/6/2025
10.0.0-preview.4.25258.110 8,669 5/12/2025
10.0.0-preview.3.25171.6 11,123 4/10/2025
10.0.0-preview.2.25163.8 8,527 3/18/2025
10.0.0-preview.1.25081.1 10,060 2/25/2025
9.0.11 135,991 11/11/2025
9.0.10 1,696,101 10/14/2025
9.0.9 3,306,055 9/9/2025
9.0.8 3,436,912 8/5/2025
9.0.7 2,937,185 7/8/2025
9.0.6 3,470,832 6/10/2025
9.0.5 3,867,661 5/13/2025
9.0.4 5,039,646 4/8/2025
9.0.3 4,089,547 3/11/2025
9.0.2 5,734,176 2/11/2025
9.0.1 4,660,227 1/14/2025
9.0.0 9,753,352 11/12/2024
9.0.0-rc.2.24474.1 87,738 10/8/2024
9.0.0-rc.1.24451.1 60,868 9/10/2024
9.0.0-preview.7.24405.3 38,405 8/13/2024
9.0.0-preview.6.24327.4 197,340 7/9/2024
9.0.0-preview.5.24306.3 46,479 6/11/2024
9.0.0-preview.4.24267.1 41,155 5/21/2024
9.0.0-preview.3.24172.4 43,436 4/11/2024
9.0.0-preview.2.24128.4 30,838 3/12/2024
9.0.0-preview.1.24081.2 54,495 2/13/2024
8.0.22 88,622 11/11/2025
8.0.21 497,429 10/14/2025
8.0.20 916,223 9/9/2025
8.0.19 1,227,043 8/5/2025
8.0.18 968,294 7/8/2025
8.0.17 1,361,544 6/10/2025
8.0.16 1,713,720 5/13/2025
8.0.15 2,279,190 4/8/2025
8.0.14 3,084,211 3/11/2025
8.0.13 3,573,202 2/11/2025
8.0.12 3,478,158 1/14/2025
8.0.11 12,668,261 11/12/2024
8.0.10 15,359,730 10/8/2024
8.0.8 19,758,987 8/13/2024
8.0.7 11,339,282 7/9/2024
8.0.6 12,060,379 5/28/2024
8.0.5 5,393,666 5/14/2024
8.0.4 12,207,057 4/9/2024
8.0.3 7,619,977 3/12/2024
8.0.2 9,738,522 2/13/2024
8.0.1 8,558,572 1/9/2024
8.0.0 15,089,956 11/14/2023
8.0.0-rc.2.23480.1 106,221 10/10/2023
8.0.0-rc.1.23419.6 68,332 9/12/2023
8.0.0-preview.7.23375.4 42,927 8/8/2023
8.0.0-preview.6.23329.4 75,297 7/11/2023
8.0.0-preview.5.23280.1 92,919 6/13/2023
8.0.0-preview.4.23259.3 49,486 5/16/2023
8.0.0-preview.3.23174.2 76,969 4/11/2023
8.0.0-preview.2.23128.3 137,963 3/14/2023
8.0.0-preview.1.23111.4 41,488 2/21/2023
7.0.20 2,833,976 5/28/2024
7.0.19 302,458 5/14/2024
7.0.18 881,910 4/9/2024
7.0.17 1,046,655 3/12/2024
7.0.16 1,152,105 2/13/2024
7.0.15 1,850,395 1/9/2024
7.0.14 3,322,306 11/14/2023
7.0.13 4,157,133 10/24/2023
7.0.12 2,288,416 10/10/2023
7.0.11 5,791,303 9/12/2023
7.0.10 5,982,481 8/8/2023
7.0.9 4,627,377 7/11/2023
7.0.8 2,986,168 6/22/2023
7.0.7 2,599,544 6/13/2023
7.0.5 11,526,993 4/11/2023
7.0.4 4,692,418 3/14/2023
7.0.3 5,934,982 2/14/2023
7.0.2 6,724,261 1/10/2023
7.0.1 4,119,593 12/13/2022
7.0.0 10,271,884 11/7/2022
7.0.0-rc.2.22472.11 117,905 10/11/2022
7.0.0-rc.1.22426.7 139,455 9/14/2022
7.0.0-preview.7.22376.2 35,820 8/9/2022
7.0.0-preview.6.22329.4 37,028 7/12/2022
7.0.0-preview.5.22302.2 26,633 6/14/2022
7.0.0-preview.4.22229.2 32,220 5/10/2022
7.0.0-preview.3.22175.1 47,654 4/13/2022
7.0.0-preview.2.22153.1 23,052 3/14/2022
7.0.0-preview.1.22076.6 27,190 2/17/2022
6.0.36 1,423,226 11/12/2024
6.0.35 501,743 10/8/2024
6.0.33 691,917 8/13/2024
6.0.32 528,164 7/9/2024
6.0.31 687,659 5/28/2024
6.0.30 287,093 5/14/2024
6.0.29 903,449 4/9/2024
6.0.28 858,906 3/12/2024
6.0.27 1,269,775 2/13/2024
6.0.26 1,761,229 1/9/2024
6.0.25 2,243,073 11/14/2023
6.0.24 1,204,851 10/24/2023
6.0.23 735,307 10/10/2023
6.0.22 1,485,841 9/12/2023
6.0.21 2,101,242 8/8/2023
6.0.20 1,762,485 7/11/2023
6.0.19 1,894,903 6/22/2023
6.0.18 702,386 6/13/2023
6.0.16 4,597,124 4/11/2023
6.0.15 2,590,257 3/14/2023
6.0.14 2,758,086 2/14/2023
6.0.13 4,456,999 1/10/2023
6.0.12 3,199,307 12/13/2022
6.0.11 6,073,463 11/7/2022
6.0.10 9,952,221 10/11/2022
6.0.9 9,315,077 9/13/2022
6.0.8 10,082,934 8/9/2022
6.0.7 9,182,976 7/12/2022
6.0.6 7,196,048 6/14/2022
6.0.5 10,273,057 5/10/2022
6.0.4 7,178,925 4/11/2022
6.0.3 9,672,855 3/8/2022
6.0.2 7,597,243 2/8/2022
6.0.1 18,012,085 12/14/2021
6.0.0 17,775,496 11/8/2021
6.0.0-rc.2.21480.5 143,185 10/12/2021
6.0.0-rc.1.21452.10 71,221 9/14/2021
6.0.0-preview.7.21378.4 40,862 8/10/2021
6.0.0-preview.6.21352.1 22,931 7/14/2021
6.0.0-preview.5.21301.9 98,052 6/15/2021
6.0.0-preview.4.21253.1 30,723 5/24/2021
6.0.0-preview.3.21201.2 53,467 4/8/2021
6.0.0-preview.2.21154.2 22,511 3/11/2021
6.0.0-preview.1.21102.2 54,122 2/12/2021
5.0.17 3,855,835 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 920,111 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 1,137,024 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 926,278 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 2,272,582 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 2,531,362 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 4,418,575 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 5,042,603 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 4,960,729 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 5,501,292 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 5,997,967 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 4,368,861 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 5,735,089 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 3,951,925 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 4,358,955 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 4,206,988 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 4,004,517 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 7,112,739 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 129,527 10/13/2020
5.0.0-rc.1.20451.13 131,521 9/14/2020
5.0.0-preview.8.20407.4 54,768 8/25/2020
5.0.0-preview.7.20365.15 48,428 7/21/2020
5.0.0-preview.6.20312.4 43,203 6/25/2020
5.0.0-preview.5.20278.2 33,959 6/10/2020
5.0.0-preview.4.20220.10 46,734 5/18/2020
5.0.0-preview.3.20181.2 52,542 4/23/2020
5.0.0-preview.2.20159.4 29,136 4/2/2020
5.0.0-preview.2.20120.8 24,013 3/16/2020
3.1.32 5,576,846 12/13/2022
3.1.31 1,512,610 11/8/2022
3.1.30 492,118 10/11/2022
3.1.29 1,238,081 9/13/2022
3.1.28 678,799 8/9/2022
3.1.27 524,047 7/12/2022
3.1.26 379,183 6/14/2022
3.1.25 665,251 5/10/2022
3.1.24 391,419 4/11/2022
3.1.23 711,912 3/8/2022
3.1.22 2,323,830 12/14/2021
3.1.21 1,900,964 11/7/2021
3.1.20 1,068,536 10/11/2021
3.1.19 1,101,667 9/14/2021
3.1.18 2,470,297 8/10/2021
3.1.17 1,300,000 7/13/2021
3.1.16 1,656,623 6/8/2021
3.1.15 1,984,412 5/11/2021
3.1.14 1,792,173 4/6/2021
3.1.13 2,007,209 3/9/2021
3.1.12 1,790,848 2/9/2021
3.1.11 2,003,114 1/12/2021
3.1.10 5,135,256 11/9/2020
3.1.9 7,444,987 10/13/2020
3.1.8 9,211,162 9/8/2020
3.1.7 5,983,615 8/11/2020
3.1.6 5,237,405 7/14/2020
3.1.5 6,369,779 6/9/2020
3.1.4 6,152,620 5/12/2020
3.1.3 10,043,623 3/24/2020
3.1.2 6,789,146 2/19/2020
3.1.1 6,649,389 1/14/2020
3.1.0 8,702,509 12/3/2019
3.1.0-preview3.19554.8 44,949 11/13/2019
3.1.0-preview2.19525.5 19,331 11/1/2019
3.1.0-preview1.19506.2 561,600 10/15/2019
3.0.3 88,170 2/19/2020
3.0.2 40,214 1/14/2020
3.0.1 771,875 11/18/2019
3.0.0 6,595,238 9/23/2019
3.0.0-rc1.19456.14 35,009 9/16/2019
3.0.0-preview9.19423.6 42,792 9/4/2019
3.0.0-preview8.19405.11 59,421 8/13/2019
3.0.0-preview7.19362.6 42,804 7/23/2019
3.0.0-preview6.19304.10 121,366 6/12/2019
3.0.0-preview5.19227.1 69,053 5/6/2019
3.0.0-preview4.19216.3 11,817 4/18/2019
3.0.0-preview3.19153.1 39,134 3/6/2019
3.0.0-preview.19074.3 16,903 1/29/2019
3.0.0-preview.18572.1 17,361 12/3/2018
2.3.0 42,594 1/14/2025
2.2.6 21,284,977 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 11,169,123 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 3,484,099 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 3,932,966 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 3,969,800 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 13,596,186 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 112,866 10/17/2018
2.2.0-preview2-35157 87,782 9/12/2018
2.2.0-preview1-35029 16,598 8/22/2018
2.1.14 2,815,718 11/18/2019
2.1.11 2,325,187 5/14/2019
2.1.8 2,989,489 2/12/2019
2.1.4 9,516,524 10/1/2018
2.1.3 3,911,547 9/11/2018
2.1.2 3,056,121 8/21/2018
2.1.1 14,184,168 6/18/2018
2.1.0 6,155,936 5/29/2018
2.1.0-rc1-final 113,602 5/6/2018
2.1.0-preview2-final 177,167 4/10/2018
2.1.0-preview1-final 229,642 2/26/2018
2.0.3 4,442,719 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 5,483,513 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 7,009,332 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 8,526,150 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 67,713 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 209,668 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.6 1,885,988 7/10/2018 1.1.6 is deprecated because it is no longer maintained.
1.1.5 490,548 12/12/2017 1.1.5 is deprecated because it is no longer maintained.
1.1.4 36,214 11/14/2017 1.1.4 is deprecated because it is no longer maintained.
1.1.3 92,675 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 1,556,330 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 914,364 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 733,716 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 20,371 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.6 23,516 11/14/2017 1.0.6 is deprecated because it is no longer maintained.
1.0.5 19,769 9/20/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 32,034 5/9/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 410,260 3/6/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 37,628 12/12/2016 1.0.2 is deprecated because it is no longer maintained.
1.0.1 1,683,427 9/13/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 947,241 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 57,738 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.