- ABP Framework version: v8.3.2
- UI Type: Blazor Server
- Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
Hi! I'm having some issues upgrading the ABP suite. I updated the CLI to 0.9.8 this morning, which worked fine, so I then decided to update the Suite.
I ran abp suite update and got the following error:
Tool 'volo.abp.suite' failed to update due to the following:
The settings file in the tool's NuGet package is invalid: Settings file 'DotnetToolSettings.xml' was not found in the package.
Tool 'volo.abp.suite' failed to install. Contact the tool author for assistance.
I also tried using dotnet tool update -g Volo.Abp.Suite --add-source https://nuget.abp.io/<my-private-key>/v3/index.json and this gave the same error.
Looking at the support forums, I noticed this post and based on that I tried uninstalling then re-installing the suite. The uninstall worked fine, but the install gives me the above error again.
Finally, based on the final comment in the linked post, I looked at deleting the c:\Users\my_username\ .dotnet\tools\abp-suite.exe file. However, that's not there on my machine now I've uninstalled the suire.
Do you have any ideas how I can get it working again please? It feels like it might be a misconfiguration in the nuget repository, but I'm happy to be corrected on that.
Thanks!