Run .NET exe in linux

后端 未结 3 372
谎友^
谎友^ 2020-12-08 11:05

Is there any way to run the .NET exe (of a winform app) in Linux without building the code in linux? In fact I don\'t have the code for some of the utilitie

3条回答
  •  独厮守ぢ
    2020-12-08 11:34

    Mono ! http://mono-project.com/Main_Page

    Works great too. There's a growing tool support, C# compiler etc in a growing community.

提交回复
热议问题