Hi,
I have installed my own NuGet Server from nugetserver.net
After creating my packages for NuGet, I have added them to my server.
In my visual studio I open my project and tried to add the protable-package to my project and got the following error:
Could not install package 'TC.Xamarin.Forms 1.0.0'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile111', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
But I can add them to my iOS(TC.Xamarin.Android 1.0.0) and Android(TC.Xamarin.Android 1.0.0) project. Only the Portable (Forms) Project does not work.
So I've checked the version. Both (The Library and the APP Project) have the same version: .NETPortable,Version=v4.5,Profile=Profile111
What can I do?