It looks like something very important was recently removed from ABP! The ability to scaffold out a new site with a specific version!!! I highly depend on this capability. Having to upgrade my entire site just to integrate some new code from a scaffolded project is not acceptable. The old CLI has --version. Where is the ability to select which version is used for building code in the new ABP cli/studio?
2 Answer(s)
-
0
Hi, you're right, version selection is currently missing in the new ABP Studio CLI and Studio GUI. The team is aware of this and plans to prioritize bringing it back (there is an internal issue to support that asap). Thanks for your understanding.
As a workaround, you can use the old CLI and specify a version using the
--old
flag:abp new YourProjectName --version <version> --old
Note that this uses ABP's old templating system, not the current ABP Studio templates.
Regards.
-
0
Ok, no problem. Glad to hear it isn't a permanent plan!