How to install WindowsAzure.Storage in Visual Studio 2013?

Note: this answer did not help me because I do not have the same DLL: System.Collections.Immutable 1.1.37

I am using Visual Studio 2013 and .net 4.5 and following this guide: Getting started with Azure Blob repository using .NET I am trying to install WindowsAzure.Storage but get this error:

An attempt to resolve the dependency "Microsoft.Data.OData (≥ 5.8.2)". An attempt to resolve the dependency "System.Spatial (= 5.8.2)". Trying to resolve the dependency "Microsoft.Data.Edm (= 5.8.2)". An attempt to resolve the dependency "Newtonsoft.Json (≥ 6.0.8)". An attempt to resolve the dependency "Microsoft.Data.Services.Client (≥ 5.8.2)". An attempt to resolve the dependency "System.Net.Requests (≥ 4.0.11)". An attempt to resolve the dependency "System.ComponentModel.EventBasedAsync (≥> 4.0.11)". Trying to resolve the dependency "System.Dynamic.Runtime (≥ 4.0.0)". An attempt to resolve the dependency "System.Linq.Queryable (≥ 4.0.0)". System.Linq.Queryable 4.0.0 requires a version of NuGet version 3.0 or higher, but the current version of NuGet is "2.12.0.817".enter image description here

Nuget , Extensions and Updates, : enter image description here

, , , , : enter image description here

?

Simsons, , : enter image description here

+6
3

WindowsAzure.Storage NuGet ;

"System.Linq.Queryable(≥ 4.0.0)". System.Linq.Queryable 4.0.0 NuGet 3.0 , NuGet - "2.12.0.817"

, System.Linq.Queryable 4.0.0 NuGet 3.0 . Visual Studio 2013.

, System.Linq.Queryable 4.3.0 NuGet 2.12, Visual Studio 2013.

, WindowsAzure.Storage Visual Studio 2013 NuGet:

+13

Visual Studio 2013. > NuGet >

:

Install-Package NuGet.Client -Version 3.2.0

NuGet Client 3.2.0. - 4.3 () 4.2. , 4.2 4.3, NuGet 3.2.0. NuGet > 3 - , SendGrid .

+1

, Visual Studio 2013 NuGet 2.12,

https://www.nuget.org

NuGet 3.x, , NuGet 3.x, Visual Studio 2015 .

0

Source: https://habr.com/ru/post/1016666/


All Articles