0
maliming created
Support Team
Fullstack Developer
This error is related to NET 9 SDK.
You can use a specific SDK version in a folder to install the abp suite
.
> dotnet --list-sdks
8.0.401 [/usr/local/share/dotnet/sdk]
9.0.100-rc.2.24474.11 [/usr/local/share/dotnet/sdk]
> cd TestFolder
TestFolder > dotnet new globaljson --sdk-version 8.0.401
TestFolder > dotnet --version
8.0.401
TestFolder > abp suite