Xamarin.Forms.Plugins icon indicating copy to clipboard operation
Xamarin.Forms.Plugins copied to clipboard

Cannot install in WindowsPhoneApp 8.1

Open kgbuddhima opened this issue 7 years ago • 1 comments

I tried to install this package in all projects my solution including windows phone project. but I got below error. So can you please tell me what can I do for it ?

Could not install package 'Xam.Plugins.Forms.RoundedBoxView 1.0.0.7'. You are trying to install this package into a project that targets 'WindowsPhoneApp,Version=v8.1', 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.

Thanks !

kgbuddhima avatar Mar 12 '17 18:03 kgbuddhima

You have to change the profile of your PCL project to PCL 4.5 - Profile49. In few words, just right click on you PCL project and go to properties, than, change the Targets. You only need to uncheck Windows Phone 8.1.

To do that, you may need to uninstall all nugets of you PCL. Thus, uninstall them, change the targets and reinstall them.

riandesign avatar Mar 20 '17 00:03 riandesign