3cx-web-API icon indicating copy to clipboard operation
3cx-web-API copied to clipboard

3cxpscomcpp2 build error

Open sergiolsp opened this issue 2 years ago • 2 comments

Hi, I´ve followed Debian install instructions and got this error just on the last command: dotnet build WebAPICore.csproj

image

Can anyone help me with this?

sergiolsp avatar Aug 30 '23 18:08 sergiolsp

Install dotnet version 6.0 and set it to 6.0 in the WebAPICore.csproj

sudo apt-get install -y dotnet-sdk-6.0

manoj-simsyn avatar Sep 01 '23 18:09 manoj-simsyn

Thank you, it worked!!

sergiolsp avatar Sep 04 '23 14:09 sergiolsp