Hi, i need to generate an abp solution that use .net 8 and EF 8 because my EF provider for IBM DB2 does not support .net 9 and EF 9. How can i do that?
5 Answer(s)
-
0
Hello ,
Can you please check this https://abp.io/support/questions/8488/How-do-I-create-a-project-with--net-core-v8-with-abp-studio-and-setup-crud-with-abp-suite if it will helps you.
Thank you.
-
0
Ok, i'll try. After reinstall the Volo.Abp.Studio.Cli -version 0.9.7, can i use the latest abp studio to generate the template? Or i need to generate it only through CLI?
-
0
Ok, i'll try. After reinstall the Volo.Abp.Studio.Cli -version 0.9.7, can i use the latest abp studio to generate the template? Or i need to generate it only through CLI?
Hi, you can see which ABP Studio version uses which ABP version, in this documentation. The versions with 8.x.x uses .NET 8 & EF Core 8. After you used the ABP Studio in one of the relevant versions, you can create any template with .NET 8. You can alternatively create solution via ABP Studio CLI but as I said you can also do this via ABP Studio desktop application. (The latest ABP Studio, which is v0.9.20 now, creates a template with only .NET 9+, so if you upgrade your ABP Studio version, you will be unable to create solutions with .NET8)
-
0
Ok understood, but where can i download the older version of ABP Studio or downgrade my current latest installation?
-
0
Ok understood, but where can i download the older version of ABP Studio or downgrade my current latest installation?
Sorry for the inconvenience, curently we are not providing an option for downgrading ABP Studio. You can use the ABP Studio CLI for now and monitor your application in ABP Studio desktop application.