Skip to content
Advertisement

Reference assemblies for framework “.NETFramework,Version=v4.7.1” were not found

I try to open a Unity3D project with VSCode under Linux (Ubuntu 18.10). The omnisharp extension doesn’t load the project, saying assemblies were not found.

It may seems very stupide, but i’m not really used to .Net yet, and i have been stuck with this error for quite some days now. I have been trying re-installing dotnet (even using the snap package), mono, vscode and the omnisharp extension.

So any help is welcome ! 🙂

Unity version : 2018.3.1f1

Logs :

dotnet — info

JavaScript

mono –version

JavaScript

The full log error :

JavaScript

Advertisement

Answer

I had the same issue but on OSX. Installing latest version of Mono cleared up the missing .net v4.7.1 framework references.

I installed Mono V5.18.0 from https://www.mono-project.com/download/stable

Update: See comment below regarding global omnisharp setting

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement