Hi All,
I have a cross-platform app that I'm working on. What version of .NET should I set my projects to use so that they essentially use the same version on Mac and PC? (Or maybe there's another way to handle this?)
Right now my main mac project is using "Xamarin.Mac Full" but it seems as though it doesn't like .NET 4.5.1 references.