Hi
Is it possible to use PCLs with .NET 4.6 target on Mac? Recently, one of our PCL's target profile was changed to 151, and I get a warning by the references saying "Framework not installed: .NETPortable,Version=v4.6,Profile=Profile151".
Have checked the
/Library/Frameworks/Mono.framework/Versions/4.0.3/lib/mono/xbuild-frameworks/.NETPortable
folder (so my Mono version is 4.0.3), and it really does not contain v4.6 folder, only v4.0 and v4.5
So I suppose Mono 4.0.3 does not support PCLs with .NET 4.6 target yet. If so, I could not find any future plans for this. Do anyone has information about this? Is there a way to hack this? Eg is it possible to install Profile151 into /Library/Frameworks/Mono.framework/External? Would copying the Microsoft dll-s from a Windows machine's PCL Profile folder do the trick?
Thanks and regards,
Norbert Virth