abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.98k stars 3.45k forks source link

volo.abp.cli version 9.0.0 failed to install (Settings file 'DotnetToolSettings.xml' was not found in the package) #21393

Open arthunix opened 1 week ago

arthunix commented 1 week ago

Is there an existing issue for this?

Description

Cannot install last version abp cli 9.0.0. Latest working version is 8.3.4 and it installs without any errors

$ dotnet tool install -g Volo.Abp.Cli --version 8.3.4                                                                                 
Skipping NuGet package signature verification.
You can invoke the tool using the following command: abp
Tool 'volo.abp.cli' (version '8.3.4') was successfully installed.
$ dotnet tool install -g Volo.Abp.Cli
Skipping NuGet package signature verification.
The settings file in the tool's NuGet package is invalid: Settings file 'DotnetToolSettings.xml' was not found in the package.
Tool 'volo.abp.cli' failed to install. Contact the tool author for assistance.

Version

9.0.0

Dotnet Sdk Version

Dotnet 8

Operation System

Linux

maliming commented 1 week ago

hi

Have you installed the NET 9 SDK?

The target of 9.0 is net9.0.