How to change PCL profile in Xamarin.Forms (Portable) application

I just wanted to learn how to change the PCL profile in Xamarin using Visual Studio 2015 Update 2. When installing some packages, I get an error that this package is not compatible with the PCL 259 profile.

Thanks in advance.

+6
source share
1 answer

Right-click the PCL project and select Properties. Then, on the "Library" tab, select the "Change ..." button in the "Targeting" section.

Select targets that match your profile.

enter image description here

+7
source

Source: https://habr.com/ru/post/1014341/


All Articles