Cannot run Unity projects as the the reference assemblies for framework ".NETFramework,Version=v4.7.1" were not found on Mac OSX.
I have the latest .net core and mono versions installed. Additionally if I force mono with "omnisharp.useGlobalMono": "true" I get an error [ERROR] Error: Cannot start OmniSharp because Mono version >=5.8.1 is required.
mono -V
Mono JIT compiler version 6.0.0.319 (2019-02/52203786470 Thu Aug 1 07:35:17 EDT 2019)
dotnet --info
.NET Core SDK (reflecting any global.json):
Version: 2.2.401
Commit: 729b316c13
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.14
OS Platform: Darwin
RID: osx.10.14-x64
Base Path: /usr/local/share/dotnet/sdk/2.2.401/
Host (useful for support):
Version: 2.2.6
Commit: 7dac9b1b51
.NET Core SDKs installed:
2.1.302 [/usr/local/share/dotnet/sdk]
2.1.500 [/usr/local/share/dotnet/sdk]
2.2.105 [/usr/local/share/dotnet/sdk]
2.2.401 [/usr/local/share/dotnet/sdk]
.NET Core runtimes installed:
Microsoft.AspNetCore.All 2.1.2 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.1.6 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.2.3 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.2.6 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.All]
Microsoft.AspNetCore.App 2.1.2 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.1.6 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.2.3 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.2.6 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 2.1.2 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 2.1.6 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 2.2.3 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 2.2.6 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
VSCode version: 1.32.3
C# Extension: 1.21.0
Mono Information
OmniSharp using built-in mono
Dotnet Information
A valid dotnet installation could not be found.
Visual Studio Code Extensions
|Extension|Author|Version|
|---|---|---|
|csharp|ms-vscode|1.21.0|
|csharpfixformat|Leopotam|0.0.80|
|dart-code|Dart-Code|2.25.1|
|flutter|Dart-Code|2.25.1|
|kotlin|fwcd|0.1.13|
|Kotlin|mathiasfrohlich|1.7.0|
|kotlin-formatter|esafirm|0.0.6|
|language-stylus|sysoev|1.11.0|
|markdown-preview-enhanced|shd101wyy|0.4.3|
|prettier-vscode|esbenp|1.9.0|
|quokka-vscode|WallabyJs|1.0.240|
|sort-lines|Tyriar|1.8.0|
|sublime-keybindings|ms-vscode|4.0.3|
|theme-dracula|dracula-theme|2.18.0|
|todo-tree|Gruntfuggly|0.0.141|
|vscode-hygen|jondot|0.0.2|
|vsliveshare|ms-vsliveshare|1.0.721|;
I needed to restart my computer after installing the latest Mono
Most helpful comment
I needed to restart my computer after installing the latest Mono