Microsoft.EntityFrameworkCore.Abstractions 3.1.15

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

Provides abstractions and attributes that are used to configure Entity Framework Core

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.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (351)

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

Package Downloads
Microsoft.EntityFrameworkCore

Entity Framework Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with SQL Server, Azure SQL Database, SQLite, Azure Cosmos DB, MySQL, PostgreSQL, and other databases through a provider plugin API. Commonly Used Types: Microsoft.EntityFrameworkCore.DbContext Microsoft.EntityFrameworkCore.DbSet

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.

Microsoft.EntityFrameworkCore.Specification.Tests

Shared test suite for Entity Framework Core database providers.

Ibang.Platform.Common.Infrastructure

Package Description

GitHub repositories (44)

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

Repository Stars
AIDotNet/OpenDeepWiki
OpenDeepWiki is the open-source version of the DeepWiki project, aiming to provide a powerful knowledge management and collaboration platform. The project is mainly developed using C# and TypeScript, supporting modular design, and is easy to expand and customize.
scottksmith95/LINQKit
LINQKit is a free set of extensions for LINQ to SQL and Entity Framework power users.
IoTSharp/IoTSharp
IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management.
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
bing-framework/Bing.NetCore
Bing是基于 .net core 3.1 的框架,旨在提升团队的开发输出能力,由常用公共操作类(工具类、帮助类)、分层架构基类,第三方组件封装,第三方业务接口封装等组成。
OData/WebApi
OData Web API: A server library built upon ODataLib and WebApi
VictorTzeng/Zxw.Framework.NetCore
基于EF Core的Code First模式的DotNetCore快速开发框架,其中包括DBContext、IOC组件autofac和AspectCore.Injector、代码生成器(也支持DB First)、基于AspectCore的memcache和Redis缓存组件,以及基于ICanPay的支付库和一些日常用的方法和扩展,比如批量插入、更新、删除以及触发器支持,当然还有demo。欢迎提交各种建议、意见和pr~
cmu-sei/GHOSTS
GHOSTS is a realistic user simulation framework for cyber experimentation, simulation, training, and exercise
microsoft/WindowsProtocolTestSuites
⭐⭐ Join us at the SNIA SDC SMB3 IO Lab (September 15-18, 2025), see upcoming Interoperability Events
zkweb-framework/ZKWeb
A flexible web framework supports .Net Framework and .Net Core
TeslaFly01/SmartSqlT
🔥🔥🔥 SmartSQL 是一款方便、快捷的数据库文档查询、导出工具!该工具从最初支持CHM文档格式开始,通过不断地探索开发、集思广益和不断改进,又陆续支持Word、Excel、PDF、Html、Xml、Json、MarkDown等文档格式的导出。同时支持SqlServer、MySql、PostgreSQL、SQLite等多种数据库的文档查询和导出功能。
Jcparkyn/nodexr
Graphical regular expression editor
CervantesSec/cervantes
Cervantes is an open-source, collaborative platform designed specifically for pentesters and red teams. It serves as a comprehensive management tool, streamlining the organization of projects, clients, vulnerabilities, and reports in a single, centralized location.
mehdihadeli/food-delivery-modular-monolith
🌭 A practical and imaginary food and grocery delivery modular monolith, built with .Net 8, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
ergulkizilkaya/ReCapProject
fmbot-discord/fmbot
.fmbot is a social Discord bot that provides music statistics for you and your friends.
msawczyn/EFDesigner
Entity Framework visual design surface and code-first code generation for EF6, Core and beyond
liuhll/silky
The Silky framework is designed to help developers quickly build a microservice development framework through simple code and configuration under the .net platform.
Idered/snatch
📋 Beautiful clipboard manager for Windows
AscensionGameDev/Intersect-Engine
Intersect provides a complete game development suite for creating 2d mmorpgs with no programming experience required!
Version Downloads Last Updated
10.0.1 124,251 12/9/2025
10.0.0 1,692,277 11/11/2025
10.0.0-rc.2.25502.107 146,553 10/14/2025
10.0.0-rc.1.25451.107 127,918 9/9/2025
10.0.0-preview.7.25380.108 46,057 8/12/2025
10.0.0-preview.6.25358.103 11,955 7/15/2025
10.0.0-preview.5.25277.114 47,707 6/6/2025
10.0.0-preview.4.25258.110 22,419 5/12/2025
10.0.0-preview.3.25171.6 12,322 4/10/2025
10.0.0-preview.2.25163.8 76,003 3/18/2025
10.0.0-preview.1.25081.1 4,654 2/25/2025
9.0.11 1,305,537 11/11/2025
9.0.10 4,886,911 10/14/2025
9.0.9 7,253,106 9/9/2025
9.0.8 7,229,211 8/5/2025
9.0.7 5,702,957 7/8/2025
9.0.6 6,600,356 6/10/2025
9.0.5 8,402,731 5/13/2025
9.0.4 10,261,103 4/8/2025
9.0.3 8,089,826 3/11/2025
9.0.2 9,663,420 2/11/2025
9.0.1 19,227,874 1/14/2025
9.0.0 24,753,186 11/12/2024
9.0.0-rc.2.24474.1 232,132 10/8/2024
9.0.0-rc.1.24451.1 148,841 9/10/2024
9.0.0-preview.7.24405.3 107,743 8/13/2024
9.0.0-preview.6.24327.4 233,937 7/9/2024
9.0.0-preview.5.24306.3 66,806 6/11/2024
9.0.0-preview.4.24267.1 72,511 5/21/2024
9.0.0-preview.3.24172.4 189,784 4/11/2024
9.0.0-preview.2.24128.4 77,062 3/12/2024
9.0.0-preview.1.24081.2 143,408 2/13/2024
8.0.22 763,286 11/11/2025
8.0.21 1,294,088 10/14/2025
8.0.20 1,956,418 9/9/2025
8.0.19 3,299,294 8/5/2025
8.0.18 2,055,606 7/8/2025
8.0.17 3,619,553 6/10/2025
8.0.16 3,437,417 5/13/2025
8.0.15 4,763,357 4/8/2025
8.0.14 6,033,512 3/11/2025
8.0.13 8,346,502 2/11/2025
8.0.12 6,962,431 1/14/2025
8.0.11 33,645,822 11/12/2024
8.0.10 30,627,622 10/8/2024
8.0.8 35,706,448 8/13/2024
8.0.7 20,583,832 7/9/2024
8.0.6 23,010,047 5/28/2024
8.0.5 9,425,321 5/14/2024
8.0.4 48,162,882 4/9/2024
8.0.3 14,562,290 3/12/2024
8.0.2 33,867,763 2/13/2024
8.0.1 18,730,326 1/9/2024
8.0.0 64,766,926 11/14/2023
8.0.0-rc.2.23480.1 620,555 10/10/2023
8.0.0-rc.1.23419.6 173,162 9/12/2023
8.0.0-preview.7.23375.4 125,105 8/8/2023
8.0.0-preview.6.23329.4 239,048 7/11/2023
8.0.0-preview.5.23280.1 213,710 6/13/2023
8.0.0-preview.4.23259.3 158,976 5/16/2023
8.0.0-preview.3.23174.2 318,820 4/11/2023
8.0.0-preview.2.23128.3 208,112 3/14/2023
8.0.0-preview.1.23111.4 142,801 2/21/2023
7.0.20 5,585,332 5/28/2024
7.0.19 683,376 5/14/2024
7.0.18 3,563,901 4/9/2024
7.0.17 1,881,289 3/12/2024
7.0.16 2,345,719 2/13/2024
7.0.15 3,734,935 1/9/2024
7.0.14 6,807,107 11/14/2023
7.0.13 7,905,016 10/24/2023
7.0.12 4,846,493 10/10/2023
7.0.11 18,323,699 9/12/2023
7.0.10 10,697,790 8/8/2023
7.0.9 10,053,730 7/11/2023
7.0.8 6,090,486 6/22/2023
7.0.7 4,115,349 6/13/2023
7.0.5 32,839,411 4/11/2023
7.0.4 10,092,135 3/14/2023
7.0.3 17,815,289 2/14/2023
7.0.2 20,437,932 1/10/2023
7.0.1 12,660,434 12/13/2022
7.0.0 36,308,911 11/7/2022
7.0.0-rc.2.22472.11 244,162 10/11/2022
7.0.0-rc.1.22426.7 222,465 9/14/2022
7.0.0-preview.7.22376.2 101,964 8/9/2022
7.0.0-preview.6.22329.4 78,219 7/12/2022
7.0.0-preview.5.22302.2 64,670 6/14/2022
7.0.0-preview.4.22229.2 82,260 5/10/2022
7.0.0-preview.3.22175.1 78,771 4/13/2022
7.0.0-preview.2.22153.1 84,595 3/14/2022
7.0.0-preview.1.22076.6 57,499 2/17/2022
6.0.36 3,052,049 11/12/2024
6.0.35 1,036,219 10/8/2024
6.0.33 2,541,692 8/13/2024
6.0.32 961,600 7/9/2024
6.0.31 1,323,827 5/28/2024
6.0.30 730,621 5/14/2024
6.0.29 3,963,593 4/9/2024
6.0.28 1,989,227 3/12/2024
6.0.27 2,182,656 2/13/2024
6.0.26 3,054,882 1/9/2024
6.0.25 4,145,156 11/14/2023
6.0.24 2,055,949 10/24/2023
6.0.23 1,406,636 10/10/2023
6.0.22 4,523,711 9/12/2023
6.0.21 3,997,764 8/8/2023
6.0.20 3,218,397 7/11/2023
6.0.19 2,648,723 6/22/2023
6.0.18 1,376,582 6/13/2023
6.0.16 8,254,688 4/11/2023
6.0.15 4,500,001 3/14/2023
6.0.14 5,577,011 2/14/2023
6.0.13 7,478,529 1/10/2023
6.0.12 15,735,755 12/13/2022
6.0.11 10,686,781 11/7/2022
6.0.10 18,634,967 10/11/2022
6.0.9 16,348,476 9/13/2022
6.0.8 19,694,843 8/9/2022
6.0.7 59,157,816 7/12/2022
6.0.6 15,952,976 6/14/2022
6.0.5 26,175,455 5/10/2022
6.0.4 21,023,101 4/11/2022
6.0.3 27,250,002 3/8/2022
6.0.2 20,872,365 2/8/2022
6.0.1 38,329,062 12/14/2021
6.0.0 80,159,592 11/8/2021
6.0.0-rc.2.21480.5 345,038 10/12/2021
6.0.0-rc.1.21452.10 272,027 9/14/2021
6.0.0-preview.7.21378.4 96,945 8/10/2021
6.0.0-preview.6.21352.1 40,747 7/14/2021
6.0.0-preview.5.21301.9 193,864 6/15/2021
6.0.0-preview.4.21253.1 80,273 5/24/2021
6.0.0-preview.3.21201.2 99,662 4/8/2021
6.0.0-preview.2.21154.2 70,943 3/11/2021
6.0.0-preview.1.21102.2 91,949 2/12/2021
5.0.17 8,632,351 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 1,572,982 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 2,451,349 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 2,472,281 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 4,701,893 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 5,088,745 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 8,876,018 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 17,208,460 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 10,984,371 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 10,317,982 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 17,053,585 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 8,739,298 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 12,153,812 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 8,678,756 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 8,384,929 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 12,008,868 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 16,822,703 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 28,742,875 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 417,421 10/13/2020
5.0.0-rc.1.20451.13 326,739 9/14/2020
5.0.0-preview.8.20407.4 206,945 8/25/2020
5.0.0-preview.7.20365.15 117,280 7/21/2020
5.0.0-preview.6.20312.4 63,367 6/25/2020
5.0.0-preview.5.20278.2 49,997 6/10/2020
5.0.0-preview.4.20220.10 72,485 5/18/2020
5.0.0-preview.3.20181.2 93,899 4/23/2020
5.0.0-preview.2.20159.4 61,497 4/2/2020
5.0.0-preview.2.20120.8 44,579 3/16/2020
3.1.32 8,462,583 12/13/2022
3.1.31 1,930,663 11/8/2022
3.1.30 894,180 10/11/2022
3.1.29 1,626,151 9/13/2022
3.1.28 985,459 8/9/2022
3.1.27 862,032 7/12/2022
3.1.26 708,593 6/14/2022
3.1.25 1,185,607 5/10/2022
3.1.24 713,865 4/11/2022
3.1.23 1,207,964 3/8/2022
3.1.22 3,946,595 12/14/2021
3.1.21 2,778,675 11/7/2021
3.1.20 1,784,526 10/11/2021
3.1.19 2,665,763 9/14/2021
3.1.18 7,042,092 8/10/2021
3.1.17 2,085,162 7/13/2021
3.1.16 2,554,749 6/8/2021
3.1.15 3,096,693 5/11/2021
3.1.14 3,246,906 4/6/2021
3.1.13 4,902,321 3/9/2021
3.1.12 3,122,309 2/9/2021
3.1.11 6,504,186 1/12/2021
3.1.10 8,606,540 11/9/2020
3.1.9 12,477,123 10/13/2020
3.1.8 18,116,176 9/8/2020
3.1.7 10,558,895 8/11/2020
3.1.6 11,405,682 7/14/2020
3.1.5 13,287,836 6/9/2020
3.1.4 22,933,826 5/12/2020
3.1.3 29,612,806 3/24/2020
3.1.2 12,407,714 2/19/2020
3.1.1 21,313,601 1/14/2020
3.1.0 36,500,826 12/3/2019
3.1.0-preview3.19554.8 173,649 11/13/2019
3.1.0-preview2.19525.5 33,374 11/1/2019
3.1.0-preview1.19506.2 790,029 10/15/2019
3.0.3 202,332 2/19/2020
3.0.2 90,347 1/14/2020
3.0.1 1,445,173 11/18/2019
3.0.0 19,844,959 9/23/2019
3.0.0-rc1.19456.14 45,888 9/16/2019
3.0.0-preview9.19423.6 1,403,148 9/4/2019
3.0.0-preview8.19405.11 417,529 8/13/2019
3.0.0-preview7.19362.6 95,741 7/23/2019
3.0.0-preview6.19304.10 169,426 6/12/2019
3.0.0-preview5.19227.1 720,519 5/6/2019
3.0.0-preview4.19216.3 22,301 4/18/2019
3.0.0-preview3.19153.1 210,190 3/6/2019
3.0.0-preview.19074.3 40,044 1/29/2019
3.0.0-preview.18572.1 48,390 12/3/2018
2.3.0 75,105 1/14/2025
2.2.6 33,079,932 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 21,565,686 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 5,484,788 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 6,608,159 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 7,068,518 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 24,463,878 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 185,271 10/17/2018
2.2.0-preview2-35157 156,783 9/12/2018
2.2.0-preview1-35029 92,744 8/22/2018
2.1.14 4,259,312 11/18/2019
2.1.11 3,866,208 5/14/2019
2.1.8 4,029,606 2/12/2019
2.1.4 15,916,989 10/1/2018
2.1.3 5,109,748 9/11/2018
2.1.2 9,442,150 8/21/2018
2.1.1 18,261,488 6/18/2018
2.1.0 13,864,661 5/29/2018
2.1.0-rc1-final 229,019 5/6/2018
2.1.0-preview2-final 215,641 4/10/2018