.NET 4.6 - monodevelop on linux

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

I cannot compile a Visual Studio 2015 project.

In the project settings in the "Build-> General" section, the "Target" environment is .NETFramework 4.6 (not installed).

Compilation errors: CompilationErrors Project settings: Projectsettings

+4
source share
1 answer

You will need to switch to the .NET 4.5 profile if you want to target both .NET and Mono, or you can help Mono by filling in the gaps between 4.5 and 4.6, or just wait until someone else helps.

: Mono . Mono .NET Framework 4.6 , .

+5

Source: https://habr.com/ru/post/1613358/


All Articles