Targeting and Compiling For .NET Framework 4.0 with Mono

老子叫甜甜 提交于 2019-12-13 00:20:03

问题


Generally the Managed executables I compile with the Mono GMCS on Ubuntu, run fine with .NET Framework 2.0 on Windows, but don't work with any other version. Is it possible to compile exes that run on the .NET Framework 4 with Mono?


回答1:


Instead of gmcs, use the dmcs front end of the Mono compiler which targets the 4.0 runtime.



来源:https://stackoverflow.com/questions/8739406/targeting-and-compiling-for-net-framework-4-0-with-mono

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!