.NET 4.6 - monodevelop on linux

回眸只為那壹抹淺笑 提交于 2019-12-23 12:56:34

问题


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

I can't compile Visual Studio 2015 project.

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

Compilation errors: Project settings:


回答1:


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.

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.



来源:https://stackoverflow.com/questions/33369917/net-4-6-monodevelop-on-linux

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