3cx-web-API
3cx-web-API copied to clipboard
3cxpscomcpp2 build error
Hi, I´ve followed Debian install instructions and got this error just on the last command: dotnet build WebAPICore.csproj
Can anyone help me with this?
Install dotnet version 6.0 and set it to 6.0 in the WebAPICore.csproj
sudo apt-get install -y dotnet-sdk-6.0
Thank you, it worked!!