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.
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.
Source: https://habr.com/ru/post/1014341/More articles:Get debugging information from the docker container that starts the tomcat server - springWhy doesn't strcpy use a const pointer for dest? - cWhy is ebx stored in the stack frame of the simple function the call receives? - cProtect sensitive data in embedded devices? - securitySelect a member-based template function - c ++Rspec controller test does not match Apostrophe character? - ruby-on-railsError: Invalid input: date_trans works with objects of class Date only - rF # How to set up a FAKE project that can use FsUnit - f #Running cucumber tests with Junit categories via Maven - javaMissingMethodException when testing a function that accepts a function parameter - f #All Articles