Framework for Linux is unlisted on nuget.org?

Hi,
I use Bodhi Linux and Jetbrains Rider to test out development with Monogame but i found out that doing so may prove more difficult now that i can’t find the monogame framework with the built-in nuget-installer. How come the Linux framework on nuget.org is unlisted? I can’t download it via the installer due to this and Rider does not support the console installer yet.

Linux framework link: https://www.nuget.org/packages/MonoGame.Framework.Linux/

Can anyone explain why the framework is unlisted? Can also anyone here give a tip for alternative path to reference the framework in my project? (Don’t suggest changing IDE cause that is the last thing that i’ll try after i’ve tried everything else :slight_smile: )

//Nacon

You should use DesktopGL instead: https://www.nuget.org/packages/MonoGame.Framework.DesktopGL/
The DesktopGL version runs on Windows, Mac and Linux and has replaced the seperate assemblies.

Thanks for the reply!

That’s good to know. Seems to work fine too. Thank you :).

1 Like