0
maxime.poulin@genisys.solutions created
Hi!
We would like to start a new solution targeting the latest LTS version (.Net8). I can't seem to figure out how to create a new solution using the CLI or the Studio to target .Net 8 and related ABP packages... Is there any way for to do this?
2 Answer(s)
-
0
Hello, unfortunately it is not possible to do this with the ABP Studio GUI at the moment, but if you wish, you can install older versions of Volo.Abp.Studio.Cli and do this. For example, version
0.9.8
ofVolo.Abp.Studio.CLI
generates the template of ABP with version8.3.4
. You can look here for version mappings.You can generate it this way and then use the latest version of ABP Studio on this solution.
-
0
Thanks for the reply! I think it will work this way.