I have a xamarin forms PCL solution and now I want to add xamarin forms pcl class libraries but I am unable to add these libraries as references to my original PCL project seeing. It gives me the following error:
Unable to add reference to project. The targets of Portable Library project are not the same or compatible with the targets of the current Portable Library project.
I have tried to change the targets on the PCL projects so that they match up but I can't do it in Visual Studio 2017.
Below are the targets for the original PCL project.
Below are the targets for the project I want to reference in the original PCL project.
Can anyone please assist or advice on how to accomplish this?