Getting PCL, Mvvmcross, Nuget and Xamarin Studio to play “nice” on Mac
问题 Looking at the MvvmCross.PortableSupport.3.0.1.nuspec I noticed the there is the following line: <file src="_._" target="lib\portable-win+net45+MonoAndroid16+MonoTouch40+sl40+wp71\_._" />. I understand that nuget is creating a list of supported frameworks from that list (win+...+sl40+wp71) and that the project to which this library is added must support one of those frameworks. Basically it enumerates the project types to which this can be added. Now if I try to install this package into a