Skip to content
This repository was archived by the owner on Nov 10, 2017. It is now read-only.

Commit 40ab7c3

Browse files
committed
Updated NuGet package 'Microsoft.WindowsAzure.Storage'.
1 parent 7d792d8 commit 40ab7c3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/Sitecore.Azure.Diagnostics.UI/Sitecore.Azure.Diagnostics.UI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
<HintPath>..\packages\Microsoft.Data.Services.Client.5.7.0\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
6363
<Private>True</Private>
6464
</Reference>
65-
<Reference Include="Microsoft.WindowsAzure.Storage, Version=7.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
66-
<HintPath>..\packages\WindowsAzure.Storage.7.1.2\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
65+
<Reference Include="Microsoft.WindowsAzure.Storage, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
66+
<HintPath>..\packages\WindowsAzure.Storage.7.2.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
6767
<Private>True</Private>
6868
</Reference>
6969
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">

src/Sitecore.Azure.Diagnostics.UI/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
<package id="SC.Sitecore.Client" version="8.1.3" targetFramework="net45" />
1010
<package id="SC.Sitecore.Kernel" version="8.1.3" targetFramework="net45" />
1111
<package id="System.Spatial" version="5.7.0" targetFramework="net45" />
12-
<package id="WindowsAzure.Storage" version="7.1.2" targetFramework="net45" />
12+
<package id="WindowsAzure.Storage" version="7.2.0" targetFramework="net45" />
1313
</packages>

src/Sitecore.Azure.Diagnostics/Sitecore.Azure.Diagnostics.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
<HintPath>..\packages\Microsoft.Data.Services.Client.5.7.0\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
5050
<Private>True</Private>
5151
</Reference>
52-
<Reference Include="Microsoft.WindowsAzure.Storage, Version=7.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
53-
<HintPath>..\packages\WindowsAzure.Storage.7.1.2\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
52+
<Reference Include="Microsoft.WindowsAzure.Storage, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
53+
<HintPath>..\packages\WindowsAzure.Storage.7.2.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
5454
<Private>True</Private>
5555
</Reference>
5656
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">

src/Sitecore.Azure.Diagnostics/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
<package id="SC.Sitecore.Kernel" version="8.1.3" targetFramework="net45" />
1111
<package id="SC.Sitecore.Logging" version="8.1.3" targetFramework="net45" />
1212
<package id="System.Spatial" version="5.7.0" targetFramework="net45" />
13-
<package id="WindowsAzure.Storage" version="7.1.2" targetFramework="net45" />
13+
<package id="WindowsAzure.Storage" version="7.2.0" targetFramework="net45" />
1414
</packages>

0 commit comments

Comments
 (0)