When I tried to run the binary (exe) file that was created using Visual Studio 10 from mono 2.6 / Mac, I get the following warning.
WARNING: The runtime version supported by this application is unavailable.
Using default runtime: v1.1.4322
How to disable this message using mono? Is there a way from Visual Studio not to show this message using mono / Mac?
source
share