无法通过NuGet安装Windows.Azure.Storage程序集

时间:2015-09-30 08:30:45

标签: azure nuget azure-storage

以下是Microsoft.显示的内容:

  

错误无法找到“Microsoft.Data.OData”的版本   兼容'Microsoft.AspNet.WebApi.OData 5.2.2约束:   Microsoft.Data.OData(≥5.6.0)','Microsoft.Data.Services.Client 5.6.4   约束:Microsoft.Data.OData(= 5.6.4)',   'WindowsAzure.MobileServices.Backend.Tables 1.0.470约束:   Microsoft.Data.OData(= 5.6.2)','WindowsAzure.Storage 6.0.0   约束:Microsoft.Data.OData(≥5.6.4)'。 0

如何解决?

1 个答案:

答案 0 :(得分:0)

好吧,一旦我无法通过NuGet解决这个问题,那么我就去了另一个解决方案。假设我有两个项目 - PrimaryProject和Template项目。然后

  1. 我已经从模板" Azure Mobile Serivce"
  2. 创建了新的模板项目
  3. 然后通过Nuget在那里安装Windows.Azure.Storage程序集。它安装没有问题!
  4. 关闭项目并移至其文件夹。
  5. 将$(ProjectDir)\ p​​ackages.config和$(SolutionDir)\ p​​ackages文件夹复制到我的主项目的目标文件夹
  6. 在文本编辑器中打开PrimaryProject.csproj,并使用Template.csproj中的Reference children替换ItemGroup标记内容
  7. 现在可行。