“Cannot start Omnisharp because Mono version >=3.10.0 is required”

后端 未结 2 1024
独厮守ぢ
独厮守ぢ 2021-01-07 23:00

I just installed Visual Studio Code and when I started it, it gives me this error. When I try to execute my example application, it gives me TypeLoadExceptions.

2条回答
  •  轮回少年
    2021-01-07 23:47

    I still can't update my mono version using sudo apt-get install mono-devel until I follow the official website.

    sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
    echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
    sudo apt-get update
    

提交回复
热议问题