Open Closed

ABP Studio does not support creating projects with a specific version #8698


User avatar
0
heshengli created

ABP Studio does not support creating projects with a specific version

Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

3 Answer(s)
  • User Avatar
    0
    heshengli created

    You have to switch it manually. It's too much trouble https://abp.io/docs/latest/studio/version-mapping#abp-studio-and-abp-startup-template-version-mappings

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    You have to switch it manually. It's too much trouble https://abp.io/docs/latest/studio/version-mapping#abp-studio-and-abp-startup-template-version-mappings

    Hi, yes currently there is a restriction as you stated. We have a documentation that shows which ABP Studio version creates templates in which ABP versions: https://abp.io/docs/9.0/studio/version-mapping

    You can check this documentation to see the version mapping. We have an internal issue supporting creating a template in a specific version and we will consider it and will try to prioritize it asap.

    Thanks for your understanding. Regards.

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    berkansasmaz created
    Support Team .NET Developer

    Here are some CLI commands that I think will make your process easier:

    # Uninstall CLI
    dotnet tool uninstall --global Volo.Abp.Studio.Cli
    
    # Install CLI with 0.9.7 version. This version generates templates with 8.3.3 of ABP version. 
    # See more https://abp.io/docs/9.0/studio/version-mapping
    dotnet tool install --global Volo.Abp.Cli --version 0.9.7
    
    # Template generation. You can change the parameters to fit you.
    abp new Acme.BookStore --csf
    
    # Necessary codes to switch back to the latest version of the CLI
    dotnet tool uninstall --global Volo.Abp.Studio.Cli
    dotnet tool install --global Volo.Abp.Cli 
    
    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.8.0-preview. Updated on September 16, 2026, 14:50
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.