Last active
June 6, 2021 12:57
-
-
Save izdrail/4ce0da2c405c43b4341aef2f39cbfb84 to your computer and use it in GitHub Desktop.
How to compile c# on ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
== | |
Visual Studio | |
http://stackoverflow.com/questions/8264323/how-to-compile-a-visual-studio-c-sharp-project-with-mono | |
apt-get install mono-complete | |
and run from the command line : | |
xbuild mysolution.sln | |
xbuild myproject.csproj | |
== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.mono-project.com/docs/about-mono/languages/csharp/