December 2014 Blog Posts

Trouble adding MVVM Cross 3.5 to Portable Class library

Yesterday I had problems adding the MVVM Cross 3.5 (PreRelease) package to a .NET PCL. (See question on SO) I was getting this compatibility error Could not install package 'MvvmCross.PortableSupport 3.5.0-beta1'. You are trying to install this package into a project that targets 'portable-net45+sl50+Xamarin.iOS10+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. I tried cutting back the configured targets but Visual Studio kept telling me that the likes of Silverlight 5 were going to beĀ ...