Getting issue while installing Window Azure Storage package

僤鯓⒐⒋嵵緔 提交于 2019-12-04 04:10:27

问题


I am getting following issue while installing the Azure storage package via Nuget

Attempting to resolve dependency 'Microsoft.Data.OData (≥ 5.6.2)'.
Attempting to resolve dependency 'System.Spatial (= 5.6.3)'.
Attempting to resolve dependency 'Microsoft.Data.Edm (= 5.6.3)'.
'WindowsAzure.Storage' already has a dependency defined for
'Microsoft.Data.OData'.

回答1:


Upgrade to NuGet 2.8.3.

I was seeing the same error message with NuGet 2.8.1 and 2.8.2 trying to restore the WindowsAzure.Storage package after our project upgraded to the Azure SDK 2.5, but updating NuGet to 2.8.3 fixed it.

The 2.8.3 release notes are a little vague, unfortunately, but I assume that "reliability bug fixes related to the scenarios of enabling package restore" is related to this problem.



来源:https://stackoverflow.com/questions/26737666/getting-issue-while-installing-window-azure-storage-package

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!