C#C
C#6mo ago
yoush

omnisharp-roslyn build.sh script failing

trying to set up omnisharp-roslyn https://github.com/OmniSharp/omnisharp-roslyn by cloning the repo and running the build.sh script. running into this error:
Preparing to run build script...
Restoring tools from NuGet...
Could not load file or assembly 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
  Could not load file or assembly 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
  Could not load file or assembly 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
  Could not load file or assembly 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
  Could not load file or assembly 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
  Could not load file or assembly 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.

rest of error after this message

I'm on Pop!_OS 22.04 LTS x86_64 and I have the dotnet sdk for version 8 and 9, as well as mono 6.8, not sure what other information could be helpful but I can provide more relevant details upon request, thanks in advance :)
Was this page helpful?