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

我的梦境 提交于 2019-12-10 03:51:58

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/41813088/how-to-change-the-pcl-profile-in-xamarin-forms-portable-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!