How to create a historical version
I use Volo.Abp.Studio.Cli, to create projects. My local installation of Volo.Abp.Studio.Cli is version 0.9.23.
I want to create a template project for dotnet 8.0 abp 8.3. How do I create it? I've checked the documentation and tried various parameters, but it doesn't work.
@maliming hello can you help me .
i try this abp new apiTest --version 8.3.4 --old -t app -u no-ui -d ef -cs 'Server=192.168.0.200,1433;Database=apitest;User ID=sa;Password=abc123;TrustServerCertificate=true;' -dbms sqlserver but it not work .also .net9.0
hi
You can install the 8.x volo.abp.cli
https://www.nuget.org/packages/Volo.Abp.Cli/8.3.4
dotnet tool install --global Volo.Abp.Cli --version 8.3.4
hi
You can install the 8.x
volo.abp.clihttps://www.nuget.org/packages/Volo.Abp.Cli/8.3.4
dotnet tool install --global Volo.Abp.Cli --version 8.3.4
I must use the old version of cli, the new version of cli doesn't support the specified template version. Is this correct?
The new 9.x version will use the latest template, it may not be compatible with 8.x.
You can create it by old cli.
This is a terrible experience, I can't find a correspondence between the Abp Cli and the Abp in the documentation(https://abp.io/docs/latest/cli), which only mentions the Cli version and the version differences. By default, I thought that the new version could use -v 8.3.4 to create a solution, but I always created a 9.0 version, and I want to improve the documentation and add version mappings like Abp Studio(https://abp.io/docs/latest/studio/version-mapping).
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.