I’m looking into PCLs with VS2015, and given this PCL setup:
It seems that any deviation from this results in a “The selection does not share any portable APIs” error (and cannot continue because of this).
I realize that Core.NET is not done yet. But, are there plans to produce a profile that is compatible with other platforms/targets? Otherwise, developers will have to use two PCLs (which is the case currently in NotificationsExtensions – and the reason why I am posting this), and that seems very much against the purpose of PCLs altogether.
Thank you for any clarification!