Hey, I am trying to build and install the core version of Everest on my (22.04.1-Ubuntu x86_64) laptop, I have followed the Compiling Everest yourself section but when I run dotnet publish it fails with the following output:
mayrom@mayrom-ThinkPad-S1-Yoga-12:~/dev/Everest$ dotnet publish
MSBuild version 17.4.4+8e9cb2952 for .NET
Determining projects to restore...
/home/mayrom/dev/Everest/external/MonoMod/src/MonoMod.RuntimeDetour.HookGen/MonoMod.RuntimeDetour.HookGen.csproj : error NU1101: Unable to find package Microsoft.NETCore.App.Host.ubuntu.22.04-x64. No packages exist with this id in source(s): nuget.org [/home/mayrom/dev/Everest/Everest.sln]
/home/mayrom/dev/Everest/external/MonoMod/src/MonoMod.Patcher/MonoMod.Patcher.csproj : error NU1101: Unable to find package Microsoft.NETCore.App.Host.ubuntu.22.04-x64. No packages exist with this id in source(s): nuget.org [/home/mayrom/dev/Everest/Everest.sln]
Failed to restore /home/mayrom/dev/Everest/external/MonoMod/src/MonoMod.Patcher/MonoMod.Patcher.csproj (in 2.87 sec).
Failed to restore /home/mayrom/dev/Everest/external/MonoMod/src/MonoMod.RuntimeDetour.HookGen/MonoMod.RuntimeDetour.HookGen.csproj (in 2.87 sec).
13 of 15 projects are up-to-date for restore.
I am not so sure what am I missing.


ing.
