jamesmontemagno / Mvx.Plugins.Settings

Settings plug-in for MvvmCross.
Other
30 stars 13 forks source link

Mvvmcross updated to 3.1.1, PCL Profile 158 #8

Closed kobynet closed 10 years ago

kobynet commented 10 years ago

Nuget doesnt work out of the box anymore for updated mvvmcross project due to different profile.

jamesmontemagno commented 10 years ago

Should now be fixed with 1.2.0.2 https://www.nuget.org/packages/Mvx.Plugins.Settings/

Updated to profile 78 and latest mvvmcross nugets.

johnnysbug commented 10 years ago

I am using MvvmCross 3.1.1, PCL Profile 158 and trying to install your plugin version 1.2.0.2, and I receiving the following error:

Could not install package 'Mvx.Plugins.Settings 1.2.0.2'. You are trying to install this package into a project that targets 'portable-net45+sl50+win+wp80+MonoAndroid10+MonoTouch10', 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.

Previously, I was only targeting 'portable-net45+sl50+MonoAndroid10+MonoTouch10' (which I think is Profile24, but that didn't work either.