Volo.Abp.Core 9.3.4

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

ℹ️ Description

This package is a part of the ABP Framework.

ABP — Open Source Web Application Framework for ASP.NET Core

ABP offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. ABP Framework is a complete open-source infrastructure to create modern web applications by following the best practices and conventions of software development. It provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.

🔗Official Website: https://abp.io

🔗GitHub Repository: https://github.com/abpframework/abp

🔗Samples: https://abp.io/docs/latest/samples/

🔗Official Theme: https://www.LeptonTheme.com

🔗Documentation: https://abp.io/docs

🔗Community: https://abp.io/community

🔗Blog: https://abp.io/blog

🔗Books: https://abp.io/books

🔗Twitter: https://twitter.com/abpframework

🔗Discord: https://abp.io/community/discord

🔗Stackoverflow: https://stackoverflow.com/questions/tagged/abp

🔗YouTube: https://www.youtube.com/@Volosoft

🚀 Key Features of the ABP Framework

🟡 Modularity

🟡 Multi-Tenancy

🟡 Bootstrap Tag Helpers

🟡 Dynamic Forms

🟡 Authentication

🟡 Authorization

🟡 Distributed Event Bus

🟡 BLOB Storing

🟡 Text Templating

🟡 Tooling: ABP CLI

🟡 Cross-Cutting Concerns

🟡 Bundling & Minification

🟡 Virtual File System

🟡 Theming

🟡 Background Jobs

🟡 DDD Infrastructure

🟡 Auto REST APIs

🟡 Dynamic Client Proxies

🟡 Multiple Database Providers

🟡 Data filtering

🟡 Test Infrastructure

🟡 Audit Logging

🟡 Object to Object Mapping

🟡 Email & SMS Abstractions

🟡 Localization

🟡 Setting Management

🟡 Extension Methods

🟡 Aspect Oriented Programming

🟡 Dependency Injection

📘 Supported Database Providers

🔵 Entity Framework Core

🔵 MongoDB

🔵 Dapper

🎴 Supported UI Frameworks

🔵 Angular

🔵 Razor Pages

🔵 Blazor Web Assembly

🔵 Blazor Server

🔵 MAUI with Blazor Hybrid

📫 Bug & Support

Support for open-source ABP Framework client-side packages is available at GitHub Issues.

🏦 Go Commercial

If you are building an enterprise-level application with pro support, extra tools like a code generator, fancy themes and a microservice template, time to invest in the commercial version!

To understand how it works, see How it Works page.

If you wonder why you should choose ABP, check out Why ABP.IO Platform page.

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 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 is compatible.  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 is compatible. 
.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 (541)

Showing the top 5 NuGet packages that depend on Volo.Abp.Core:

Package Downloads
Volo.Abp.Uow

Package Description

Volo.Abp.Security

Package Description

Volo.Abp.Localization.Abstractions

Package Description

Volo.Abp.VirtualFileSystem

Package Description

Volo.Abp.Validation.Abstractions

Package Description

GitHub repositories (11)

Showing the top 11 popular GitHub repositories that depend on Volo.Abp.Core:

Repository Stars
HMBSbige/NatTypeTester
测试当前网络的 NAT 类型(STUN)
dotnetcore/Magicodes.IE
Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html.
AElfProject/AElf
An AI-enhanced cloud-native layer-1 blockchain network. 
colinin/abp-next-admin
这是基于vue-vben-admin 模板适用于abp vNext的前端管理项目
jerrytang67/SoMall
社交电商商城开源项目.socail+mall即取名SoMall ,abp netcore 3.1 angular vue uni-app typescript docker mssql
EasyAbp/Abp.WeChat
Abp 微信 SDK 模块,包含对微信小程序、公众号、企业微信、开放平台、第三方平台等相关接口封装。
EasyAbp/AbpHelper.CLI
Providing code generation and more features to help you develop applications and modules with the ABP framework.
IOT-CS/IOTCS
工业智能网关,基于.net core3.1的跨平台物联网网关。支持不同设备驱动(PLC、CNC、数据库、串口设备、上位机、OPC UA、MQTT)具备二次开发驱动的能力实现与Thingsboard进行数据通讯。同时支持多资源配置化管理,MQTT、MYSQL、WEBHOOK等多种类型,实现数据的快速推送,提供简单的驱动开发接口。
hikalkan/presentations
Some of my presentations
antosubash/abp-microservice
An abp microservice sample
yilezhu/AbpQuzatzDemo
用abp vNext快速开发Quartz.NET定时任务管理界面
Version Downloads Last Updated
9.3.4 2,734 9/17/2025
9.3.3 14,985 9/8/2025
9.3.2 38,412 8/25/2025
9.3.1 35,487 8/11/2025
9.3.0 10,953 8/7/2025
9.3.0-rc.4 550 7/25/2025
9.3.0-rc.3 1,235 7/9/2025
9.3.0-rc.2 1,016 6/24/2025
9.3.0-rc.1 563 6/17/2025
9.2.4 3,037 8/12/2025
9.2.3 29,481 7/23/2025
9.2.2 38,478 7/10/2025
9.2.1 81,823 6/23/2025
9.2.0 109,152 6/2/2025
9.2.0-rc.4 1,499 5/27/2025
9.2.0-rc.3 1,518 5/13/2025
9.2.0-rc.2 1,944 4/10/2025
9.2.0-rc.1 1,366 3/25/2025
9.1.3 96,635 5/12/2025
9.1.2 28,763 5/5/2025
9.1.1 128,241 3/27/2025
9.1.0 108,442 3/5/2025
9.1.0-rc.3 528 2/25/2025
9.1.0-rc.2 691 2/11/2025
9.1.0-rc.1 704 1/16/2025
9.0.8 5,770 3/26/2025
9.0.7 6,079 3/6/2025
9.0.6 12,440 3/3/2025
9.0.5 68,104 2/13/2025
9.0.4 212,457 1/21/2025
9.0.3 89,619 1/6/2025
9.0.2 103,124 12/11/2024
9.0.1 20,421 12/3/2024
9.0.0 52,838 11/19/2024
9.0.0-rc.3 362 11/14/2024
9.0.0-rc.2 279 11/11/2024
9.0.0-rc.1 399 10/22/2024
8.3.4 311,488 11/18/2024
8.3.3 69,041 11/5/2024
8.3.2 226,439 10/17/2024
8.3.1 312,212 9/25/2024
8.3.0 335,240 9/5/2024
8.3.0-rc.3 629 8/28/2024
8.3.0-rc.2 579 8/15/2024
8.3.0-rc.1 747 7/31/2024
8.2.3 40,168 9/4/2024
8.2.2 151,941 8/14/2024
8.2.1 165,894 7/30/2024
8.2.0 457,264 6/26/2024
8.2.0-rc.5 1,063 6/14/2024
8.2.0-rc.4 535 6/7/2024
8.2.0-rc.3 912 5/23/2024
8.2.0-rc.2 427 5/21/2024
8.2.0-rc.1 205 5/20/2024
8.1.5 43,230 7/29/2024
8.1.4 93,337 6/13/2024
8.1.3 269,750 5/15/2024
8.1.2 70,150 5/13/2024
8.1.1 188,557 4/16/2024
8.1.0 89,383 4/4/2024
8.1.0-rc.4 416 4/1/2024
8.1.0-rc.3 23,030 3/19/2024
8.1.0-rc.2 37,878 2/29/2024
8.1.0-rc.1 4,257 2/14/2024
8.0.6 54,608 5/14/2024
8.0.5 157,137 3/14/2024
8.0.4 165,340 2/20/2024
8.0.3 130,090 2/7/2024
8.0.2 299,644 1/17/2024
8.0.1 157,407 1/3/2024
8.0.0 274,333 12/19/2023
8.0.0-rc.3 5,845 12/7/2023
8.0.0-rc.2 11,666 11/28/2023
8.0.0-rc.1 4,998 11/21/2023
7.4.5 173,083 12/27/2023
7.4.4 37,855 12/13/2023
7.4.3 31,042 12/6/2023
7.4.2 182,889 11/13/2023
7.4.1 57,075 10/30/2023
7.4.0 177,765 10/9/2023
7.4.0-rc.5 423 10/2/2023
7.4.0-rc.4 1,927 9/22/2023
7.4.0-rc.3 3,803 9/13/2023
7.4.0-rc.2 3,104 8/24/2023
7.4.0-rc.1 2,121 8/16/2023
7.3.3 356,723 9/14/2023
7.3.2 249,945 8/7/2023
7.3.1 136,647 7/27/2023
7.3.0 239,286 7/12/2023
7.3.0-rc.3 1,113 7/5/2023
7.3.0-rc.2 1,580 6/20/2023
7.3.0-rc.1 2,643 6/6/2023
7.2.3 190,634 7/3/2023
7.2.2 475,355 5/16/2023
7.2.1 135,216 5/2/2023
7.2.0-rc.2 381 4/25/2023
7.2.0-rc.1 944 4/11/2023
7.1.1 205,485 4/3/2023
7.1.0 240,129 3/22/2023
7.1.0-rc.3 759 3/14/2023
7.1.0-rc.2 6,300 2/23/2023
7.1.0-rc.1 1,843 2/7/2023
7.0.3 232,633 3/7/2023
7.0.2 177,084 2/21/2023
7.0.1 363,863 1/19/2023
7.0.0 409,228 1/4/2023
7.0.0-rc.6 6,591 12/28/2022
7.0.0-rc.5 9,485 12/20/2022
7.0.0-rc.4 12,236 12/12/2022
7.0.0-rc.3 2,158 12/8/2022
7.0.0-rc.2 4,655 11/21/2022
7.0.0-rc.1 3,721 11/14/2022
6.0.3 385,275 1/18/2023
6.0.2 343,642 12/6/2022
6.0.1 918,865 10/28/2022
6.0.0 657,263 10/5/2022
6.0.0-rc.5 1,233 9/27/2022
6.0.0-rc.4 8,419 9/8/2022
6.0.0-rc.3 9,631 8/23/2022
6.0.0-rc.2 8,520 8/8/2022
6.0.0-rc.1 12,645 7/26/2022
5.3.5 107,610 10/20/2022
5.3.4 637,536 8/22/2022
5.3.3 633,276 7/22/2022
5.3.2 497,711 7/7/2022
5.3.1 352,654 6/29/2022
5.3.0 565,506 6/14/2022
5.3.0-rc.3 1,802 5/31/2022
5.3.0-rc.2 1,248 5/24/2022
5.3.0-rc.1 1,453 5/5/2022
5.2.2 883,449 5/16/2022
5.2.1 783,073 4/18/2022
5.2.0 719,930 4/5/2022
5.2.0-rc.2 2,980 3/18/2022
5.2.0-rc.1 2,020 3/8/2022
5.1.4 696,076 2/28/2022
5.1.3 772,537 1/26/2022
5.1.2 235,025 1/19/2022
5.1.1 282,154 1/12/2022
5.0.2 96,433 1/17/2022
5.0.1 283,499 12/28/2021
5.0.0 285,959 12/14/2021
5.0.0-rc.2 8,108 12/8/2021
5.0.0-rc.1 5,323 11/16/2021
5.0.0-beta.3 3,029 11/3/2021
5.0.0-beta.2 1,565 10/21/2021
5.0.0-beta.1 2,541 10/5/2021
4.4.4 507,831 11/9/2021
4.4.3 531,414 9/29/2021
4.4.2 276,903 9/2/2021
4.4.1 101,143 9/1/2021
4.4.0 1,542,468 8/2/2021
4.4.0-rc.2 5,640 7/6/2021
4.4.0-rc.1 4,138 6/28/2021
4.3.3 505,382 6/17/2021
4.3.2 324,073 5/27/2021
4.3.1 190,146 5/20/2021
4.3.0 698,618 4/22/2021
4.3.0-rc.2 2,076 4/8/2021
4.3.0-rc.1 2,345 3/31/2021
4.2.2 541,346 3/4/2021
4.2.1 299,407 2/9/2021
4.2.0 196,945 1/28/2021
4.2.0-rc.2 9,267 1/18/2021
4.2.0-rc.1 833 1/14/2021
4.1.2 93,237 1/19/2021
4.1.1 84,346 1/13/2021
4.1.0 136,492 1/6/2021
4.1.0-rc.2 1,566 12/18/2020
4.1.0-rc.1 418 12/17/2020
4.0.2 295,553 12/18/2020
4.0.1 83,210 12/14/2020
4.0.0 297,129 12/3/2020
4.0.0-rc.5 4,895 12/1/2020
4.0.0-rc.4 7,890 11/24/2020
4.0.0-rc.3 3,603 11/16/2020
4.0.0-rc.2 2,529 11/13/2020
4.0.0-rc.1 2,775 11/12/2020
3.3.2 160,132 12/2/2020
3.3.1 211,207 11/3/2020
3.3.0 111,802 10/27/2020
3.3.0-rc.2 508 10/23/2020
3.3.0-rc.1 1,120 10/15/2020
3.2.1 385,296 10/8/2020
3.2.0 100,827 10/1/2020
3.2.0-rc.2 2,219 9/21/2020
3.2.0-rc.1 2,731 9/17/2020
3.1.2 178,972 9/11/2020
3.1.1 60,712 9/10/2020
3.1.0 201,789 9/3/2020
3.1.0-rc.4 706 9/1/2020
3.1.0-rc.3 495 8/28/2020
3.1.0-rc.2 618 8/26/2020
3.1.0-rc.1 489 8/24/2020
3.0.5 200,802 7/29/2020
3.0.4 542,422 7/14/2020
3.0.3 91,975 7/7/2020
3.0.2 91,815 7/3/2020
3.0.1 299,386 7/2/2020
3.0.0 132,343 7/1/2020
2.9.0 473,140 6/4/2020
2.8.0 203,032 5/21/2020
2.7.0 274,534 5/7/2020
2.6.2 63,609 4/24/2020
2.6.1 52,150 4/23/2020
2.6.0 141,089 4/20/2020
2.5.0 74,320 4/9/2020
2.4.1 51,534 4/9/2020
2.4.0 93,466 4/6/2020
2.3.0 125,817 3/19/2020
2.2.1 96,195 3/7/2020
2.2.0 57,714 3/5/2020
2.1.1 78,291 2/20/2020
2.0.1 108,645 1/24/2020
2.0.0 101,204 1/13/2020
1.1.2 183,854 12/12/2019
1.1.1 51,443 12/11/2019
1.1.0 58,594 12/6/2019
1.0.2 143,444 10/22/2019
1.0.0 105,200 10/21/2019
0.22.0 61,569 10/14/2019
0.21.0 55,348 9/23/2019
0.20.1 45,068 9/23/2019
0.20.0 45,378 9/23/2019
0.19.0 189,085 8/16/2019
0.18.1 112,185 6/26/2019
0.18.0 65,770 6/21/2019
0.17.0 96,957 5/3/2019
0.16.0 63,977 4/14/2019
0.15.0 100,284 3/22/2019
0.14.0 83,246 2/23/2019
0.13.0 59,775 1/27/2019
0.12.0 59,116 1/11/2019
0.11.0 54,991 1/7/2019
0.10.0 46,728 12/21/2018
0.9.0 49,437 12/7/2018
0.8.0 48,056 11/19/2018
0.7.1 46,638 10/31/2018
0.7.0 44,984 10/26/2018
0.6.0 47,910 10/12/2018
0.5.0 51,244 9/25/2018
0.4.1 61,129 8/4/2018
0.4.0 37,522 7/15/2018
0.3.7 37,989 7/6/2018
0.3.6 40,408 7/4/2018
0.3.5 37,413 7/3/2018
0.3.4 37,652 7/2/2018
0.3.3 37,553 6/28/2018
0.3.2 37,995 6/27/2018
0.3.1 32,930 6/27/2018
0.3.0 63,496 6/27/2018