我刚刚升级到 Windows 8.1 并安装了 Visual Studio 2013。我正在尝试更新以前的 WP7.1 解决方案,但是在使用 VS2013 打开时,我被要求更新一些东西。我选择是,除了我在原始解决方案(内置于 VS2012)中从 NuGet 获得的 Windows Phone Toolkit 之外,一切似乎都正常工作。更新后我有一个迁移报告错误说Some NuGet packages were installed using a target framework different from the current target framework and may need to be reinstalled. For more information, visit http://docs.nuget.org/docs/workflows/reinstalling-packages. Packages affected: WPtoolkit
。由于我的应用程序是在 VS2012 中针对 WP7.1 构建的,因此我认为删除和重新下载 WPToolkit 会起作用,但它默认针对 WP80。看来我不能再创建面向 7.1 的 Windows Phone 应用程序了?有解决方案吗?
问问题
5240 次