简体   繁体   English

使用Mono针对.NET Framework 4.0进行定位和编译

[英]Targeting and Compiling For .NET Framework 4.0 with Mono

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. 通常我在Ubuntu上使用Mono GMCS编译的托管可执行文件,在Windows上运行.NET Framework 2.0,但不适用于任何其他版本。 Is it possible to compile exes that run on the .NET Framework 4 with Mono? 是否可以使用Mono编译在.NET Framework 4上运行的exes?

而不是gmcs ,使用面向4.0运行时的Mono编译器的dmcs前端。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM