The old CLI cannot be used to create a project of a specific version.
1.Install CLI
dotnet tool install -g Volo.Abp.Cli --version 5.3.5
2.Create a project
abp new Acme.BookStore -u blazor --separate-identity-server -ts "d://app-5.3.4.zip" --version 5.3.4 -dbms SqlServer -o "D:\test\456"
If the version is changed to 5.3.5, projects can be created. However, the currently delivered version is 5.3.4, and upgrading to 5.3.5 would cause unnecessary complications. Is there any way to resolve this issue?
When scrolling to the bottom of any page, an exception occurs with the footer display.
https://github.com/abpframework/abp/issues/22173
Create an MVC project and add docs module. How to add a footer after using Multi Language Mode.