0

I am creating a cross-platform project for android and ios devices. I am creating a PCL on Visual Studio 2012 (I am doing as http://www.youtube.com/watch?v=He6QvnLsPUA&feature=youtu.be&t=13m13s). But when I try to install new version of MvvmCross by Nuget, I have the following error:

Attempting to resolve dependency 'MvvmCross.PortableSupport (≥ 3.0.8.1)'. Successfully installed 'MvvmCross.PortableSupport 3.0.8.1'. Successfully installed 'MvvmCross.HotTuna.CrossCore 3.0.8.1'. Successfully uninstalled 'MvvmCross.PortableSupport 3.0.8.1'. Install failed. Rolling back... Could not install package 'MvvmCross.PortableSupport 3.0.8.1'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.0,Profile=Profile104', but the package does not contain any assembly references that are compatible with that framework. For more information, contact the package author.

Can anyone tell me why I get this error?

Angela
  • 1

1 Answers1

0

Try:

Most likely you have an old version of nuget and/or are lacking the PCL xml files for touch and/or droid (http://slodge.blogspot.co.uk/2013/04/my-current-pcl-setup-in-visual-studio.html)

Community
  • 1
  • 1
Stuart
  • 66,722
  • 7
  • 114
  • 165