Using Visual Studio 2017, Xamarin.Forms project is successfully created with Code Sharing Strategy is PCL.
A class library (portable) ClassLibrary1 is added to the solution:
It failed when it refer the new library (ClassLibrary1) in the previous library (portable).
Any idea?