Open Closed

ABP 3.0.4 installed but on start up version 3.1.2.0 runs #821


User avatar
0
ronny@novastrat.co.za created

I have an existing project that runs in version 3.0.4, I uninstalled my version which was 3.1.2 so that the project and my ABP can be of the same version. However when I run the ABP version it shows version 3.0.4 yet when it starts up it says "starting Suite 3.1.0" see screen shot below

and the main reason why I decided to downgrade my version is because I was getting belwo error when trying to generate models from ABP then someone suggested that the version should be the same, hence the downgrade from 3.1.2 to 3.0.4


1 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    but in the screenshot I see your Suite version is 3.1.2

    run this CMD

    dotnet tool uninstall --global Volo.Abp.Suite && dotnet tool install -g Volo.Abp.Suite --version 3.0.4 --add-source https://nuget.abp.io/xxxxxxxxxYOUR-API-KEYxxxxxx/v3/index.json
    

    you can find your NuGet API key in your solution's NuGet.config file.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11