Microsoft.EntityFrameworkCore.Abstractions 10.0.2

Prefix Reserved

Requires NuGet 3.6 or higher.

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

Microsoft.EntityFrameworkCore.Abstractions is a small package containing abstractions which may be useful for applications in places where a dependency on the full Microsoft.EntityFrameworkCore is not desirable.

Usage

This package is included automatically as a dependency of the main Microsoft.EntityFrameworkCore package. Usually, the abstractions package is only explicitly installed in places where it is undesirable to use the main package. For example, it can be installed to use mapping attributes on POCO entity types which are otherwise independent of EF Core.

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.

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 net10.0 is compatible.  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.
  • net10.0

    • No dependencies.

NuGet packages (363)

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 (36)

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.2 228,457 1/13/2026
10.0.1 2,079,560 12/9/2025
10.0.0 3,502,073 11/11/2025
10.0.0-rc.2.25502.107 212,450 10/14/2025
10.0.0-rc.1.25451.107 141,487 9/9/2025
10.0.0-preview.7.25380.108 48,474 8/12/2025
10.0.0-preview.6.25358.103 12,913 7/15/2025
10.0.0-preview.5.25277.114 49,516 6/6/2025
10.0.0-preview.4.25258.110 23,410 5/12/2025
10.0.0-preview.3.25171.6 12,598 4/10/2025
10.0.0-preview.2.25163.8 85,850 3/18/2025
10.0.0-preview.1.25081.1 5,825 2/25/2025
9.0.12 67,717 1/13/2026
9.0.11 2,824,196 11/11/2025
9.0.10 6,149,128 10/14/2025
9.0.9 8,399,796 9/9/2025
9.0.8 8,061,141 8/5/2025
9.0.7 6,282,767 7/8/2025
9.0.6 7,201,700 6/10/2025
9.0.5 8,939,518 5/13/2025
9.0.4 11,000,259 4/8/2025
9.0.3 8,535,761 3/11/2025
9.0.2 10,216,412 2/11/2025
9.0.1 21,073,416 1/14/2025
9.0.0 26,842,232 11/12/2024
9.0.0-rc.2.24474.1 237,749 10/8/2024
9.0.0-rc.1.24451.1 151,134 9/10/2024
9.0.0-preview.7.24405.3 112,887 8/13/2024
9.0.0-preview.6.24327.4 244,506 7/9/2024
9.0.0-preview.5.24306.3 68,435 6/11/2024
9.0.0-preview.4.24267.1 73,641 5/21/2024
9.0.0-preview.3.24172.4 191,381 4/11/2024
9.0.0-preview.2.24128.4 78,245 3/12/2024
9.0.0-preview.1.24081.2 145,991 2/13/2024
8.0.23 57,808 1/13/2026
8.0.22 1,990,672 11/11/2025
8.0.21 1,683,780 10/14/2025
8.0.20 2,358,169 9/9/2025
8.0.19 3,703,365 8/5/2025
8.0.18 2,349,490 7/8/2025
8.0.17 3,936,552 6/10/2025
8.0.16 3,763,356 5/13/2025
8.0.15 5,141,009 4/8/2025
8.0.14 6,517,821 3/11/2025
8.0.13 9,051,134 2/11/2025
8.0.12 7,424,190 1/14/2025
8.0.11 36,603,331 11/12/2024
8.0.10 32,065,139 10/8/2024
8.0.8 37,234,747 8/13/2024
8.0.7 21,289,932 7/9/2024
8.0.6 23,735,145 5/28/2024
8.0.5 9,704,826 5/14/2024
8.0.4 49,861,881 4/9/2024
8.0.3 14,935,575 3/12/2024
8.0.2 35,094,717 2/13/2024
8.0.1 19,318,396 1/9/2024
8.0.0 67,936,512 11/14/2023
8.0.0-rc.2.23480.1 626,308 10/10/2023
8.0.0-rc.1.23419.6 174,909 9/12/2023
8.0.0-preview.7.23375.4 127,910 8/8/2023
8.0.0-preview.6.23329.4 243,746 7/11/2023
8.0.0-preview.5.23280.1 219,696 6/13/2023
8.0.0-preview.4.23259.3 160,919 5/16/2023
8.0.0-preview.3.23174.2 338,205 4/11/2023
8.0.0-preview.2.23128.3 209,027 3/14/2023
8.0.0-preview.1.23111.4 143,349 2/21/2023
7.0.20 5,885,378 5/28/2024
7.0.19 718,753 5/14/2024
7.0.18 3,690,000 4/9/2024
7.0.17 1,928,956 3/12/2024
7.0.16 2,400,378 2/13/2024
7.0.15 3,802,224 1/9/2024
7.0.14 6,907,370 11/14/2023
7.0.13 8,042,474 10/24/2023
7.0.12 4,904,846 10/10/2023
7.0.11 18,615,409 9/12/2023
7.0.10 10,826,874 8/8/2023
7.0.9 10,189,175 7/11/2023
7.0.8 6,162,181 6/22/2023
7.0.7 4,170,636 6/13/2023
7.0.5 33,346,979 4/11/2023
7.0.4 10,180,870 3/14/2023
7.0.3 17,982,180 2/14/2023
7.0.2 20,647,158 1/10/2023
7.0.1 12,839,070 12/13/2022
7.0.0 37,069,707 11/7/2022
7.0.0-rc.2.22472.11 245,909 10/11/2022
7.0.0-rc.1.22426.7 223,251 9/14/2022
7.0.0-preview.7.22376.2 102,668 8/9/2022
7.0.0-preview.6.22329.4 78,628 7/12/2022
7.0.0-preview.5.22302.2 65,007 6/14/2022
7.0.0-preview.4.22229.2 82,568 5/10/2022
7.0.0-preview.3.22175.1 78,893 4/13/2022
7.0.0-preview.2.22153.1 84,699 3/14/2022
7.0.0-preview.1.22076.6 57,713 2/17/2022
6.0.36 3,304,929 11/12/2024
6.0.35 1,097,869 10/8/2024
6.0.33 2,662,266 8/13/2024
6.0.32 1,009,494 7/9/2024
6.0.31 1,371,171 5/28/2024
6.0.30 764,324 5/14/2024
6.0.29 4,098,428 4/9/2024
6.0.28 2,052,990 3/12/2024
6.0.27 2,236,620 2/13/2024
6.0.26 3,122,863 1/9/2024
6.0.25 4,224,507 11/14/2023
6.0.24 2,096,971 10/24/2023
6.0.23 1,440,374 10/10/2023
6.0.22 4,603,982 9/12/2023
6.0.21 4,060,089 8/8/2023
6.0.20 3,272,955 7/11/2023
6.0.19 2,707,901 6/22/2023
6.0.18 1,410,793 6/13/2023
6.0.16 8,337,613 4/11/2023
6.0.15 4,549,093 3/14/2023
6.0.14 5,633,498 2/14/2023
6.0.13 7,549,314 1/10/2023
6.0.12 15,892,935 12/13/2022
6.0.11 10,778,777 11/7/2022
6.0.10 18,757,262 10/11/2022
6.0.9 16,469,308 9/13/2022
6.0.8 19,838,905 8/9/2022
6.0.7 59,569,430 7/12/2022
6.0.6 16,101,649 6/14/2022
6.0.5 26,379,649 5/10/2022
6.0.4 21,158,319 4/11/2022
6.0.3 27,629,174 3/8/2022
6.0.2 21,015,311 2/8/2022
6.0.1 38,653,912 12/14/2021
6.0.0 81,340,606 11/8/2021
6.0.0-rc.2.21480.5 346,035 10/12/2021
6.0.0-rc.1.21452.10 272,614 9/14/2021
6.0.0-preview.7.21378.4 97,269 8/10/2021
6.0.0-preview.6.21352.1 40,902 7/14/2021
6.0.0-preview.5.21301.9 194,732 6/15/2021
6.0.0-preview.4.21253.1 80,376 5/24/2021
6.0.0-preview.3.21201.2 99,771 4/8/2021
6.0.0-preview.2.21154.2 70,988 3/11/2021
6.0.0-preview.1.21102.2 92,125 2/12/2021
5.0.17 8,745,435 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 1,600,626 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 2,482,827 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 2,502,464 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 4,750,038 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 5,126,335 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 8,931,701 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 17,329,328 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 11,047,187 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 10,397,066 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 17,163,434 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 8,790,744 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 12,226,854 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 8,726,168 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 8,425,352 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 12,051,799 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 16,920,509 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 28,963,418 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 418,151 10/13/2020
5.0.0-rc.1.20451.13 326,963 9/14/2020
5.0.0-preview.8.20407.4 207,152 8/25/2020
5.0.0-preview.7.20365.15 117,471 7/21/2020
5.0.0-preview.6.20312.4 63,437 6/25/2020
5.0.0-preview.5.20278.2 50,053 6/10/2020
5.0.0-preview.4.20220.10 72,569 5/18/2020
5.0.0-preview.3.20181.2 94,171 4/23/2020
5.0.0-preview.2.20159.4 61,648 4/2/2020
5.0.0-preview.2.20120.8 44,636 3/16/2020
3.1.32 8,791,544 12/13/2022
3.1.31 2,041,993 11/8/2022
3.1.30 937,072 10/11/2022
3.1.29 1,690,225 9/13/2022
3.1.28 1,020,235 8/9/2022
3.1.27 898,003 7/12/2022
3.1.26 735,773 6/14/2022
3.1.25 1,216,401 5/10/2022
3.1.24 739,305 4/11/2022
3.1.23 1,235,465 3/8/2022
3.1.22 4,035,826 12/14/2021
3.1.21 2,811,709 11/7/2021
3.1.20 1,823,800 10/11/2021
3.1.19 2,697,068 9/14/2021
3.1.18 7,148,830 8/10/2021
3.1.17 2,119,697 7/13/2021
3.1.16 2,584,728 6/8/2021
3.1.15 3,144,959 5/11/2021
3.1.14 3,283,794 4/6/2021
3.1.13 4,950,530 3/9/2021
3.1.12 3,156,104 2/9/2021
3.1.11 6,554,405 1/12/2021
3.1.10 8,652,232 11/9/2020
3.1.9 12,544,279 10/13/2020
3.1.8 18,175,427 9/8/2020
3.1.7 10,628,518 8/11/2020
3.1.6 11,458,073 7/14/2020
3.1.5 13,344,147 6/9/2020
3.1.4 23,041,005 5/12/2020
3.1.3 29,762,290 3/24/2020
3.1.2 12,466,357 2/19/2020
3.1.1 21,428,869 1/14/2020
3.1.0 36,721,655 12/3/2019
3.1.0-preview3.19554.8 173,956 11/13/2019
3.1.0-preview2.19525.5 33,442 11/1/2019
3.1.0-preview1.19506.2 794,220 10/15/2019
3.0.3 225,114 2/19/2020
3.0.2 112,081 1/14/2020
3.0.1 1,470,501 11/18/2019
3.0.0 19,950,625 9/23/2019
3.0.0-rc1.19456.14 45,943 9/16/2019
3.0.0-preview9.19423.6 1,405,533 9/4/2019
3.0.0-preview8.19405.11 417,736 8/13/2019
3.0.0-preview7.19362.6 96,980 7/23/2019
3.0.0-preview6.19304.10 169,550 6/12/2019
3.0.0-preview5.19227.1 720,830 5/6/2019
3.0.0-preview4.19216.3 22,338 4/18/2019
3.0.0-preview3.19153.1 210,298 3/6/2019
3.0.0-preview.19074.3 41,138 1/29/2019
3.0.0-preview.18572.1 48,546 12/3/2018
2.3.0 106,500 1/14/2025
2.2.6 33,244,475 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 21,641,836 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 5,517,091 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 6,645,853 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 7,101,320 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 24,648,070 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 185,554 10/17/2018
2.2.0-preview2-35157 157,607 9/12/2018
2.2.0-preview1-35029 92,806 8/22/2018
2.1.14 4,299,815 11/18/2019
2.1.11 3,893,132 5/14/2019
2.1.8 4,073,718 2/12/2019
2.1.4 15,965,159 10/1/2018
2.1.3 5,140,907 9/11/2018
2.1.2 9,481,255 8/21/2018
2.1.1 18,490,836 6/18/2018
2.1.0 13,930,165 5/29/2018
2.1.0-rc1-final 229,432 5/6/2018
2.1.0-preview2-final 216,410 4/10/2018