Required components and libraries to run the game

Hello everyone! I have a ready project based on Monogame Desktop GL. I want to distribute this project in compiled form to other machines with Windows, Linux and Mac OS. What software must also be installed to run this game on each of these computers, if the operating systems have only the most basic set of drivers and programs?

They can either run the executables after installing Mono, or you can cross compile your game into a native application on those platforms with mkbundle. The latter should let you run the game with no dependencies, aside from graphics drivers supporting OpenGL 3+. If you have access to each OS, an alternative is to compile the game on each one.