Linux上的monodevelop

Linux上的monodevelop

本文介绍了.NET 4.6-Linux上的monodevelop的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

I have mono installed from beta channel (http://www.mono-project.com/docs/getting-started/install/linux/) - version 4.0.4

我无法编译Visual Studio 2015项目.

I can't compile Visual Studio 2015 project.

在构建"->常规"下的项目选项中,目标框架为.NETFramework 4.6(未安装).

In project options under Build->General the Target framework is .NETFramework 4.6 (Not installed).

编译错误:项目设置:

Compilation errors:Project settings:

推荐答案

如果您希望同时定位.NET和Mono,则必须降级到.NET 4.5配置文件,或者通过填补4.5之间的空白来帮助Mono.和4.6,或者您只是等到别人帮忙.

You will have to downgrade to .NET 4.5 profile if you do want to target both .NET and Mono, or you help Mono out by filling the gaps between 4.5 and 4.6, or you simply wait till someone else helps out.

这篇关于.NET 4.6-Linux上的monodevelop的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-24 14:57