0
hansmogren created
Hi,
Is ABP v4.4.x fully compatible with .NET 6?
-
ABP Framework version: v4.4.2
-
UI type: MVC
-
DB provider: EF Core
-
Tiered (MVC) or Identity Server Separated (Angular): no
-
Exception message and stack trace:
-
Steps to reproduce the issue:"
2 Answer(s)
-
0
Hi @hansmogren
ABP v.4.4 is based on .NET 5.0,
So, if you want to use .Net 6.0, you should upgrade to ABP v5.0.
You can follow migration guide: https://docs.abp.io/en/abp/5.0/Migration-Guides/Abp-5_0
-
0
Thank you for answering.