Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

I just wanted to know about, how to change the PCL profile in Xamarin with Visual Studio 2015 Update 2. While installing some of the package, I am getting an error that, this package is not compatible with the PCL profile 259.

Thank You in advance.

like image 880
Chandresh Khambhayata Avatar asked Jan 23 '17 18:01

Chandresh Khambhayata


1 Answers

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

Select the targets you want which match the profile you want.

enter image description here

like image 132
therealjohn Avatar answered Nov 02 '22 01:11

therealjohn