Montesuma80 / 3cx-web-API

an local API to Controll your 3CX v16/v18 over HTTP
77 stars 38 forks source link

Version issue Debian #27

Closed mountIT closed 1 year ago

mountIT commented 1 year ago

Dear Ladies and Gentlemen,

I am getting an error while compiling.

CSC : error CS1705: Assembly '3cxpscomcpp2' with identity '3cxpscomcpp2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=53c4927ce4749cb4' uses 'System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' which has a higher version than referenced assembly 'System.Runtime' with identity 'System.Runtime, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' [/root/3cx-web-API/WebAPICore.csproj]

To be honest I have searched a lot and have no clue how to solve it. Could someone help?

Regards

mountIT commented 1 year ago

Solved. I had to install dotnet version 6.0 and set it to 6.0 in the WebAPICore.csproj

bk-lg commented 1 year ago

@mountIT please don't forget to close the ticket if you solved it.

mountIT commented 1 year ago

Solved. Thanks for your Help