I recently installed Mono (3.0.8) and MonoDevelop (4.0) on my Linux machine (Arch Linux). I have a solution that contains a number of projects that depend on the .NET 4.5 Framework. (In particular, I work with the Casanova project ) However, MonoDevelop does not seem to recognize the .NET 4.5 platform for projects; it recognizes only .NET 4.0 and earlier as the target structure.

I know that Mono 3.0.8 supports basic .NET 4.5, but I'm not sure why MonoDevelop does not see this. When I create a project as Mono / .NET 4.0 and try to build it, it cannot find definitions for specific fields and members of .NET 4.5. Is there a way to get MonoDevelop to read in .NET 4.5 projects?
source share