Skip to content

Commit ceda101

Browse files
committed
Updated Microsoft.WindowsAzure.Storage.dll library to the latest version
1 parent cc4cf2d commit ceda101

16 files changed

+1432
-178
lines changed

src/Libraries/Nop.Services/Nop.Services.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494
<Private>True</Private>
9595
<HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
9696
</Reference>
97-
<Reference Include="Microsoft.WindowsAzure.Storage, Version=7.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
98-
<HintPath>..\..\packages\WindowsAzure.Storage.7.2.1\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
97+
<Reference Include="Microsoft.WindowsAzure.Storage, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
98+
<HintPath>..\..\packages\WindowsAzure.Storage.8.0.0\lib\net45\Microsoft.WindowsAzure.Storage.dll</HintPath>
9999
<Private>True</Private>
100100
</Reference>
101101
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">

src/Libraries/Nop.Services/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net451" />
2323
<package id="System.Net.Http" version="4.3.0" targetFramework="net451" />
2424
<package id="System.Spatial" version="5.8.1" targetFramework="net451" />
25-
<package id="WindowsAzure.Storage" version="7.2.1" targetFramework="net451" />
25+
<package id="WindowsAzure.Storage" version="8.0.0" targetFramework="net451" />
2626
</packages>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)