我正在尝试运行 MvvmCross TipCalc 示例。在 TipCalc.UI.Droid 上使用 NuGet 来解析引用工作正常。然后我尝试在 TipCalc.Core 上做同样的事情并得到:
Adding 'MvvmCross.PortableSupport 3.0.13' to TipCalc.Core.
Could not install package 'MvvmCross.PortableSupport 3.0.13'. You are trying
to install this package into a project that targets 'portable-win+net40+sl40+wp',
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.
该项目不应该准备好使用 NuGet 并且应该“正常工作”吗?我是 NuGet 和 MvvmCross 的新手。我正在使用 Win7、VS.NET 2012、NuGet 2.7.40911.225 和来自 GitHub的最新MvvmCross-Tutorials 。