Today, ABP Framework and ABP Commercial 8.0 versions have been released based on .NET 8.0.

What's New With Version 8.0?

All the new features were explained in detail in the 8.0 RC Announcement Post, so there is no need to review them again. You can check it out for more details.

Getting Started with 8.0

Creating New Solutions

You can create a new solution with the ABP Framework version 8.0 by either using the abp new command or generating the CLI command on the get started page.

See the getting started document for more.

How to Upgrade an Existing Solution

Install/Update the ABP CLI

First, install the ABP CLI or upgrade it to the latest version.

If you haven't installed it yet:

dotnet tool install -g Volo.Abp.Cli

To update the existing CLI:

dotnet tool update -g Volo.Abp.Cli

Upgrading Existing Solutions with the ABP Update Command

ABP CLI provides a handy command to update all the ABP related NuGet and NPM packages in your solution with a single command:

abp update

Run this command in the root folder of your solution.

Migration Guides

There are breaking changes in this version that may affect your application. Please see the following migration documents if you are upgrading from v7.x or earlier:

Community News

We were at China .NET Conf 2023

China's most influential .NET event officially kicked off on December 16, 2023. The conference has invited 30+ technical experts from various fields to share the new features of .NET 8, full-stack Blazor, AI, .NET MAUI, and more...

abp-china-team.jpeg

As one of the community partners of .NET Conf China 2023, our ABP.IO China team was at the event. At the event, we showed developers the latest news and related updates on ABP.IO.

Through this event, we gained a lot and felt the enthusiasm and support of the developers community for ABP.IO. If you want to learn more, we have shared our impressions and takeaways in a blog post, which you can find at https://blog.abp.io/abp/ABP-at-China-NET-Conf-2023.

ABP Commercial Won 5 Recognitions from Gartner

awards.jpeg

2023 was the year for ABP.IO to strive with the community. On top of last year's Software Advice's Front Runner of Application Development in 2022 and GetApp's Application Development Category Leader in 2022, we won 5 awards this year from Gartner!

If you are interested in these awards and want to learn more, you can check out our blog post!

New ABP Community Posts

There are exciting articles contributed by the ABP community, as always. I will highlight some of them here:

Thanks to the ABP Community for all the content they have published. You can also post your ABP-related (text or video) content to the ABP Community.

About the Next Version

The next feature version will be 8.1. You can follow the release planning here. Please submit an issue if you have any problems with this version.