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
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
1 Answer(s)
-
0
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.jsonyou can find your NuGet API key in your solution's NuGet.config file.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

