Microsoft.EntityFrameworkCore.Abstractions 2.2.0-preview3-35497

Prefix Reserved
This is a prerelease version of Microsoft.EntityFrameworkCore.Abstractions.
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 2.2.0-preview3-35497
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.Abstractions -Version 2.2.0-preview3-35497
                    
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="2.2.0-preview3-35497" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.Abstractions" Version="2.2.0-preview3-35497" />
                    
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 2.2.0-preview3-35497
                    
#r "nuget: Microsoft.EntityFrameworkCore.Abstractions, 2.2.0-preview3-35497"
                    
#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.
#addin nuget:?package=Microsoft.EntityFrameworkCore.Abstractions&version=2.2.0-preview3-35497&prerelease
                    
Install Microsoft.EntityFrameworkCore.Abstractions as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.Abstractions&version=2.2.0-preview3-35497&prerelease
                    
Install Microsoft.EntityFrameworkCore.Abstractions as a Cake Tool

Provides abstractions and attributes that are used to configure Entity Framework Core
This package was built from the source at:
https://github.com/aspnet/EntityFrameworkCore/tree/b8ad5cc289bcd501d079f64223849672fc071222

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

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

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

Repository Stars
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
mehdihadeli/food-delivery-microservices
🍔 A practical and imaginary food delivery microservices, built with .Net 9, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
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~
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.
cmu-sei/GHOSTS
GHOSTS is a realistic user simulation framework for cyber experimentation, simulation, training, and exercise
microsoft/WindowsProtocolTestSuites
⭐⭐ Join us at sambaXP + SNIA SMB3 IO Lab EMEA (April 7- April 10, 2025)
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
ergulkizilkaya/ReCapProject
msawczyn/EFDesigner
Entity Framework visual design surface and code-first code generation for EF6, Core and beyond
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.
fmbot-discord/fmbot
.fmbot is a social Discord bot that provides music statistics for you and your friends.
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.
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.0-preview.4.25258.110 603 5/12/2025
10.0.0-preview.3.25171.6 4,972 4/10/2025
10.0.0-preview.2.25163.8 4,550 3/18/2025
10.0.0-preview.1.25081.1 3,425 2/25/2025
9.0.5 151,221 5/13/2025
9.0.4 2,999,751 4/8/2025
9.0.3 3,597,049 3/11/2025
9.0.2 4,751,535 2/11/2025
9.0.1 6,436,968 1/14/2025
9.0.0 11,598,468 11/12/2024
9.0.0-rc.2.24474.1 187,337 10/8/2024
9.0.0-rc.1.24451.1 122,843 9/10/2024
9.0.0-preview.7.24405.3 81,713 8/13/2024
9.0.0-preview.6.24327.4 136,499 7/9/2024
9.0.0-preview.5.24306.3 44,707 6/11/2024
9.0.0-preview.4.24267.1 58,392 5/21/2024
9.0.0-preview.3.24172.4 173,060 4/11/2024
9.0.0-preview.2.24128.4 64,467 3/12/2024
9.0.0-preview.1.24081.2 107,198 2/13/2024
8.0.16 46,602 5/13/2025
8.0.15 1,062,214 4/8/2025
8.0.14 1,962,533 3/11/2025
8.0.13 2,864,080 2/11/2025
8.0.12 3,268,820 1/14/2025
8.0.11 14,745,502 11/12/2024
8.0.10 18,962,978 10/8/2024
8.0.8 24,006,811 8/13/2024
8.0.7 14,773,714 7/9/2024
8.0.6 16,968,059 5/28/2024
8.0.5 7,195,555 5/14/2024
8.0.4 34,349,184 4/9/2024
8.0.3 11,277,914 3/12/2024
8.0.2 24,470,977 2/13/2024
8.0.1 14,218,329 1/9/2024
8.0.0 43,196,545 11/14/2023
8.0.0-rc.2.23480.1 560,515 10/10/2023
8.0.0-rc.1.23419.6 151,977 9/12/2023
8.0.0-preview.7.23375.4 107,969 8/8/2023
8.0.0-preview.6.23329.4 198,146 7/11/2023
8.0.0-preview.5.23280.1 179,675 6/13/2023
8.0.0-preview.4.23259.3 145,952 5/16/2023
8.0.0-preview.3.23174.2 227,405 4/11/2023
8.0.0-preview.2.23128.3 200,318 3/14/2023
8.0.0-preview.1.23111.4 138,800 2/21/2023
7.0.20 3,394,006 5/28/2024
7.0.19 504,696 5/14/2024
7.0.18 2,620,393 4/9/2024
7.0.17 1,601,733 3/12/2024
7.0.16 2,059,522 2/13/2024
7.0.15 3,212,784 1/9/2024
7.0.14 6,082,650 11/14/2023
7.0.13 6,720,953 10/24/2023
7.0.12 4,415,977 10/10/2023
7.0.11 15,977,543 9/12/2023
7.0.10 9,656,980 8/8/2023
7.0.9 8,990,021 7/11/2023
7.0.8 5,489,402 6/22/2023
7.0.7 3,755,308 6/13/2023
7.0.5 29,368,641 4/11/2023
7.0.4 9,416,199 3/14/2023
7.0.3 16,141,102 2/14/2023
7.0.2 18,603,788 1/10/2023
7.0.1 11,441,643 12/13/2022
7.0.0 30,092,339 11/7/2022
7.0.0-rc.2.22472.11 233,893 10/11/2022
7.0.0-rc.1.22426.7 213,087 9/14/2022
7.0.0-preview.7.22376.2 95,246 8/9/2022
7.0.0-preview.6.22329.4 74,876 7/12/2022
7.0.0-preview.5.22302.2 62,802 6/14/2022
7.0.0-preview.4.22229.2 79,361 5/10/2022
7.0.0-preview.3.22175.1 77,692 4/13/2022
7.0.0-preview.2.22153.1 83,321 3/14/2022
7.0.0-preview.1.22076.6 55,749 2/17/2022
6.0.36 1,170,500 11/12/2024
6.0.35 626,577 10/8/2024
6.0.33 1,681,952 8/13/2024
6.0.32 750,250 7/9/2024
6.0.31 1,051,672 5/28/2024
6.0.30 556,490 5/14/2024
6.0.29 2,983,089 4/9/2024
6.0.28 1,538,186 3/12/2024
6.0.27 1,840,445 2/13/2024
6.0.26 2,588,947 1/9/2024
6.0.25 3,590,401 11/14/2023
6.0.24 1,865,686 10/24/2023
6.0.23 1,229,108 10/10/2023
6.0.22 4,072,879 9/12/2023
6.0.21 3,575,756 8/8/2023
6.0.20 2,855,629 7/11/2023
6.0.19 2,379,722 6/22/2023
6.0.18 1,264,918 6/13/2023
6.0.16 7,533,846 4/11/2023
6.0.15 4,182,235 3/14/2023
6.0.14 5,237,887 2/14/2023
6.0.13 6,923,291 1/10/2023
6.0.12 14,469,444 12/13/2022
6.0.11 9,972,226 11/7/2022
6.0.10 17,518,527 10/11/2022
6.0.9 15,330,074 9/13/2022
6.0.8 18,443,417 8/9/2022
6.0.7 55,478,435 7/12/2022
6.0.6 14,786,089 6/14/2022
6.0.5 24,470,933 5/10/2022
6.0.4 19,915,459 4/11/2022
6.0.3 24,485,919 3/8/2022
6.0.2 19,736,988 2/8/2022
6.0.1 35,734,265 12/14/2021
6.0.0 70,107,776 11/8/2021
6.0.0-rc.2.21480.5 331,898 10/12/2021
6.0.0-rc.1.21452.10 263,040 9/14/2021
6.0.0-preview.7.21378.4 91,692 8/10/2021
6.0.0-preview.6.21352.1 39,258 7/14/2021
6.0.0-preview.5.21301.9 186,193 6/15/2021
6.0.0-preview.4.21253.1 73,120 5/24/2021
6.0.0-preview.3.21201.2 93,583 4/8/2021
6.0.0-preview.2.21154.2 68,669 3/11/2021
6.0.0-preview.1.21102.2 89,151 2/12/2021
5.0.17 7,739,447 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 1,497,831 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 2,354,013 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 2,381,383 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 4,466,931 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 4,893,381 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 8,456,125 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 16,250,142 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 10,437,851 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 9,727,920 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 16,108,425 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 8,387,155 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 11,552,751 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 8,241,336 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 8,152,038 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 11,654,843 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 16,043,893 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 26,785,805 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 406,076 10/13/2020
5.0.0-rc.1.20451.13 321,666 9/14/2020
5.0.0-preview.8.20407.4 200,603 8/25/2020
5.0.0-preview.7.20365.15 112,687 7/21/2020
5.0.0-preview.6.20312.4 62,291 6/25/2020
5.0.0-preview.5.20278.2 48,252 6/10/2020
5.0.0-preview.4.20220.10 71,481 5/18/2020
5.0.0-preview.3.20181.2 93,131 4/23/2020
5.0.0-preview.2.20159.4 60,122 4/2/2020
5.0.0-preview.2.20120.8 44,202 3/16/2020
3.1.32 5,968,839 12/13/2022
3.1.31 1,167,903 11/8/2022
3.1.30 758,356 10/11/2022
3.1.29 1,311,488 9/13/2022
3.1.28 861,898 8/9/2022
3.1.27 753,432 7/12/2022
3.1.26 645,459 6/14/2022
3.1.25 1,099,604 5/10/2022
3.1.24 668,938 4/11/2022
3.1.23 1,079,759 3/8/2022
3.1.22 3,491,886 12/14/2021
3.1.21 2,666,740 11/7/2021
3.1.20 1,606,851 10/11/2021
3.1.19 2,490,721 9/14/2021
3.1.18 6,241,590 8/10/2021
3.1.17 1,918,702 7/13/2021
3.1.16 2,451,836 6/8/2021
3.1.15 2,866,659 5/11/2021
3.1.14 3,102,676 4/6/2021
3.1.13 4,632,111 3/9/2021
3.1.12 3,014,618 2/9/2021
3.1.11 6,244,128 1/12/2021
3.1.10 8,354,273 11/9/2020
3.1.9 12,064,318 10/13/2020
3.1.8 17,695,792 9/8/2020
3.1.7 10,127,581 8/11/2020
3.1.6 10,948,212 7/14/2020
3.1.5 12,831,716 6/9/2020
3.1.4 22,223,654 5/12/2020
3.1.3 28,460,069 3/24/2020
3.1.2 12,027,293 2/19/2020
3.1.1 20,327,892 1/14/2020
3.1.0 34,775,672 12/3/2019
3.1.0-preview3.19554.8 167,088 11/13/2019
3.1.0-preview2.19525.5 32,544 11/1/2019
3.1.0-preview1.19506.2 760,646 10/15/2019
3.0.3 182,881 2/19/2020
3.0.2 77,226 1/14/2020
3.0.1 1,388,991 11/18/2019
3.0.0 19,129,417 9/23/2019
3.0.0-rc1.19456.14 45,179 9/16/2019
3.0.0-preview9.19423.6 1,383,444 9/4/2019
3.0.0-preview8.19405.11 389,397 8/13/2019
3.0.0-preview7.19362.6 87,669 7/23/2019
3.0.0-preview6.19304.10 162,992 6/12/2019
3.0.0-preview5.19227.1 671,805 5/6/2019
3.0.0-preview4.19216.3 21,973 4/18/2019
3.0.0-preview3.19153.1 203,401 3/6/2019
3.0.0-preview.19074.3 34,919 1/29/2019
3.0.0-preview.18572.1 47,683 12/3/2018
2.3.0 14,035 1/14/2025
2.2.6 31,859,681 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 20,955,230 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 5,368,146 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 6,446,522 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 6,927,950 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 23,083,551 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 183,086 10/17/2018
2.2.0-preview2-35157 149,018 9/12/2018
2.2.0-preview1-35029 87,679 8/22/2018
2.1.14 4,020,221 11/18/2019
2.1.11 3,734,756 5/14/2019
2.1.8 3,786,843 2/12/2019
2.1.4 15,530,968 10/1/2018
2.1.3 4,934,576 9/11/2018
2.1.2 9,211,800 8/21/2018
2.1.1 16,689,070 6/18/2018
2.1.0 13,393,510 5/29/2018
2.1.0-rc1-final 221,946 5/6/2018
2.1.0-preview2-final 204,633 4/10/2018