How to compile a Visual Studio C# Project with Mono

前端 未结 5 825
暖寄归人
暖寄归人 2020-12-07 17:22

I\'m new to this, and don\'t know where to start.

I want to compile a Visual Studio C# project with Mono on Linux (by command line).

The main.cs file include

5条回答
  •  星月不相逢
    2020-12-07 18:08

    You can build in visual studio and deploy on Linux and run under mono.Have a look on this article

提交回复
热议问题