Quantcast
Channel: User antpaw - Stack Overflow
Viewing all articles
Browse latest Browse all 35

VSCode Unity OmniSharp .NETFramework not found

$
0
0

I get this message in the output of VSCode

[fail]: OmniSharp.MSBuild.ProjectLoader The reference assemblies for framework ".NETFramework,Version=v4.7.1" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from theGlobal Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend.

this is what my dotnet output looks like

~ dotnet --info                                    .NET Core SDK (reflecting any global.json): Version:   2.2.106 Commit:    aa79b139a8Runtime 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.106/Host (useful for support):  Version: 2.2.4  Commit:  f95848e524.NET Core SDKs installed:  2.2.106 [/usr/local/share/dotnet/sdk].NET Core runtimes installed:  Microsoft.AspNetCore.All 2.2.4 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.All]  Microsoft.AspNetCore.App 2.2.4 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]  Microsoft.NETCore.App 2.2.4 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]To install additional .NET Core runtimes or SDKs:  https://aka.ms/dotnet-download

With this error I can't get any IDE features for C# in VSCode.


Viewing all articles
Browse latest Browse all 35

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>