paulpatarinski / Xamarin.Forms.Plugins

Xamarin Forms Plugins
http://paulpatarinski.github.io/Xamarin.Forms.Plugins
MIT License
276 stars 141 forks source link

Package doesn't work for the framework my project targets #136

Open fwh217 opened 7 years ago

fwh217 commented 7 years ago

Tried to install the nuget package and got this error: https://github.com/paulpatarinski/Xamarin.Forms.Plugins/tree/master/KeyboardOverlap. Any ideas how to get around that?

fwh217 commented 7 years ago

Sorry this is the error:

Could not install package 'Xam.Plugins.Forms.KeyboardOverlap 1.0.0.4'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile111', 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.

rapcgutz commented 7 years ago

On your PCL project solution, Right click and open on Text editor and try yo change Profile111 to Profile78.

LightVolk commented 7 years ago

@fwh217 , @gutierrezralph: it works for me: i change profile to 111 redbuild solution, then get "mscorlib resolve error", clean solution, make Update-Package -Reinstall and deploy to emulator. Thank you!