【发布时间】:2013-10-27 01:36:24
【问题描述】:
我正在尝试运行 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。
【问题讨论】:
-
我不得不从他们的MVVMCross-Binaries 页面下载二进制文件(不记得它叫什么了)。 NuGet 不起作用。
标签: mvvmcross