linux - .NET 4.6 - Linux 上的 monodevelop

标签 linux mono monodevelop .net-4.6

我从 beta channel ( http://www.mono-project.com/docs/getting-started/install/linux/ ) - 版本 4.0.4 安装了单声道

我无法编译 Visual Studio 2015 项目。

在 Build->General 下的项目选项中,Target framework 是 .NETFramework 4.6(未安装)。

编译错误: CompilationErrors 项目设置: ProjectSettings

最佳答案

如果您确实想同时针对 .NET 和 Mono,则必须降级到 .NET 4.5 配置文件,或者您通过填补 4.5 和 4.6 之间的空白来帮助 Mono,或者您只需等待其他人的帮助。

Updated: This answer applied to the Mono release at that time. Latest Mono release does support .NET Framework 4.6 and above, so you don't need to downgrade any more.

关于linux - .NET 4.6 - Linux 上的 monodevelop,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33369917/

相关文章:

linux - sh 文件无法正常工作,但 sh 中的命令可以

php - Apache 内存问题

linux - 尽管用户存在但无法 chown

c# - 单声道错误 : Magic number is wrong: 542

c# - Xamarin 随机不识别名字

c++ - 混合 monotuch 和 Obj-C 或 C++

c++ - 如何检查给定的 UTC 偏移量是否启用了夏令时?

C# MonoDevelop——为 Raspbian 构建

mono - 通过Mono服务从Linux中作为服务运行的崩溃的Mono应用程序中捕获堆栈跟踪

c# - 在 Monodevelop 中构建后如何使用命令行参数(开关)运行项目?