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

Commit bf30d6c

Browse files
committed
Updated NuGet packages to the latest available versions.
1 parent 3c1d254 commit bf30d6c

7 files changed

Lines changed: 92 additions & 48 deletions

File tree

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

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -43,29 +43,28 @@
4343
<WarningLevel>4</WarningLevel>
4444
</PropertyGroup>
4545
<ItemGroup>
46-
<Reference Include="Microsoft.Data.Edm, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
47-
<HintPath>..\packages\Microsoft.Data.Edm.5.6.2\lib\net40\Microsoft.Data.Edm.dll</HintPath>
46+
<Reference Include="Microsoft.Azure.KeyVault.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
47+
<HintPath>..\packages\Microsoft.Azure.KeyVault.Core.1.0.0\lib\net40\Microsoft.Azure.KeyVault.Core.dll</HintPath>
4848
<Private>True</Private>
4949
</Reference>
50-
<Reference Include="Microsoft.Data.OData, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
51-
<HintPath>..\packages\Microsoft.Data.OData.5.6.2\lib\net40\Microsoft.Data.OData.dll</HintPath>
50+
<Reference Include="Microsoft.Data.Edm, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
51+
<HintPath>..\packages\Microsoft.Data.Edm.5.7.0\lib\net40\Microsoft.Data.Edm.dll</HintPath>
5252
<Private>True</Private>
5353
</Reference>
54-
<Reference Include="Microsoft.Data.Services.Client, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
55-
<HintPath>..\packages\Microsoft.Data.Services.Client.5.6.2\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
54+
<Reference Include="Microsoft.Data.OData, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
55+
<HintPath>..\packages\Microsoft.Data.OData.5.7.0\lib\net40\Microsoft.Data.OData.dll</HintPath>
5656
<Private>True</Private>
5757
</Reference>
58-
<Reference Include="Microsoft.WindowsAzure.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
59-
<HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.2.0.3\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
58+
<Reference Include="Microsoft.Data.Services.Client, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
59+
<HintPath>..\packages\Microsoft.Data.Services.Client.5.7.0\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
6060
<Private>True</Private>
6161
</Reference>
62-
<Reference Include="Microsoft.WindowsAzure.Storage, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
63-
<SpecificVersion>False</SpecificVersion>
64-
<HintPath>..\packages\WindowsAzure.Storage.4.3.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
65-
<Private>False</Private>
62+
<Reference Include="Microsoft.WindowsAzure.Storage, Version=7.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
63+
<HintPath>..\packages\WindowsAzure.Storage.7.1.2\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
64+
<Private>True</Private>
6665
</Reference>
67-
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
68-
<HintPath>..\packages\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
66+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
67+
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
6968
<Private>True</Private>
7069
</Reference>
7170
<Reference Include="Sitecore.Client, Version=8.1.0.0, Culture=neutral, processorArchitecture=MSIL">
@@ -78,8 +77,9 @@
7877
</Reference>
7978
<Reference Include="System" />
8079
<Reference Include="System.Core" />
81-
<Reference Include="System.Spatial, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
82-
<HintPath>..\packages\System.Spatial.5.6.2\lib\net40\System.Spatial.dll</HintPath>
80+
<Reference Include="System.Data" />
81+
<Reference Include="System.Spatial, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
82+
<HintPath>..\packages\System.Spatial.5.7.0\lib\net40\System.Spatial.dll</HintPath>
8383
<Private>True</Private>
8484
</Reference>
8585
<Reference Include="System.Web" />
@@ -125,6 +125,13 @@
125125
<ItemGroup>
126126
<None Include="Properties\PublishProfiles\sc72rev140526.pubxml" />
127127
<None Include="Properties\PublishProfiles\sc75rev141003.pubxml" />
128+
<Content Include="Web.config" />
129+
<None Include="Web.Debug.config">
130+
<DependentUpon>Web.config</DependentUpon>
131+
</None>
132+
<None Include="Web.Release.config">
133+
<DependentUpon>Web.config</DependentUpon>
134+
</None>
128135
</ItemGroup>
129136
<ItemGroup />
130137
<PropertyGroup>

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,24 @@
88
<compilation debug="true" targetFramework="4.5" />
99
<httpRuntime targetFramework="4.5" />
1010
</system.web>
11+
<runtime>
12+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
13+
<dependentAssembly>
14+
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
15+
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
16+
</dependentAssembly>
17+
<dependentAssembly>
18+
<assemblyIdentity name="Microsoft.Data.Services.Client" publicKeyToken="31bf3856ad364e35" culture="neutral" />
19+
<bindingRedirect oldVersion="0.0.0.0-5.7.0.0" newVersion="5.7.0.0" />
20+
</dependentAssembly>
21+
<dependentAssembly>
22+
<assemblyIdentity name="Microsoft.Data.OData" publicKeyToken="31bf3856ad364e35" culture="neutral" />
23+
<bindingRedirect oldVersion="0.0.0.0-5.7.0.0" newVersion="5.7.0.0" />
24+
</dependentAssembly>
25+
<dependentAssembly>
26+
<assemblyIdentity name="Microsoft.Data.Edm" publicKeyToken="31bf3856ad364e35" culture="neutral" />
27+
<bindingRedirect oldVersion="0.0.0.0-5.7.0.0" newVersion="5.7.0.0" />
28+
</dependentAssembly>
29+
</assemblyBinding>
30+
</runtime>
1131
</configuration>
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Data.Edm" version="5.6.2" targetFramework="net45" />
4-
<package id="Microsoft.Data.OData" version="5.6.2" targetFramework="net45" />
5-
<package id="Microsoft.Data.Services.Client" version="5.6.2" targetFramework="net45" />
6-
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="2.0.3" targetFramework="net45" />
7-
<package id="Newtonsoft.Json" version="5.0.8" targetFramework="net45" />
3+
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net45" />
4+
<package id="Microsoft.Data.Edm" version="5.7.0" targetFramework="net45" />
5+
<package id="Microsoft.Data.OData" version="5.7.0" targetFramework="net45" />
6+
<package id="Microsoft.Data.Services.Client" version="5.7.0" targetFramework="net45" />
7+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
88
<package id="SC.Sitecore.Client" version="8.1.3.160519" targetFramework="net45" />
99
<package id="SC.Sitecore.Kernel" version="8.1.3.160519" targetFramework="net45" />
10-
<package id="System.Spatial" version="5.6.2" targetFramework="net45" />
11-
<package id="WindowsAzure.Storage" version="4.3.0" targetFramework="net45" />
10+
<package id="System.Spatial" version="5.7.0" targetFramework="net45" />
11+
<package id="WindowsAzure.Storage" version="7.1.2" targetFramework="net45" />
1212
</packages>

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

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,30 +44,33 @@
4444
<WarningLevel>4</WarningLevel>
4545
</PropertyGroup>
4646
<ItemGroup>
47-
<Reference Include="Microsoft.Data.Edm, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
48-
<HintPath>..\packages\Microsoft.Data.Edm.5.6.2\lib\net40\Microsoft.Data.Edm.dll</HintPath>
47+
<Reference Include="Microsoft.Azure.KeyVault.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
48+
<HintPath>..\packages\Microsoft.Azure.KeyVault.Core.1.0.0\lib\net40\Microsoft.Azure.KeyVault.Core.dll</HintPath>
4949
<Private>True</Private>
5050
</Reference>
51-
<Reference Include="Microsoft.Data.OData, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
52-
<HintPath>..\packages\Microsoft.Data.OData.5.6.2\lib\net40\Microsoft.Data.OData.dll</HintPath>
51+
<Reference Include="Microsoft.Data.Edm, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
52+
<HintPath>..\packages\Microsoft.Data.Edm.5.7.0\lib\net40\Microsoft.Data.Edm.dll</HintPath>
5353
<Private>True</Private>
5454
</Reference>
55-
<Reference Include="Microsoft.Data.Services.Client, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
56-
<HintPath>..\packages\Microsoft.Data.Services.Client.5.6.2\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
55+
<Reference Include="Microsoft.Data.OData, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
56+
<HintPath>..\packages\Microsoft.Data.OData.5.7.0\lib\net40\Microsoft.Data.OData.dll</HintPath>
5757
<Private>True</Private>
5858
</Reference>
59-
<Reference Include="Microsoft.WindowsAzure.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
60-
<HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.2.0.3\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
59+
<Reference Include="Microsoft.Data.Services.Client, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
60+
<HintPath>..\packages\Microsoft.Data.Services.Client.5.7.0\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
61+
<Private>True</Private>
62+
</Reference>
63+
<Reference Include="Microsoft.WindowsAzure.Configuration, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
64+
<HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.1\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
6165
<Private>True</Private>
6266
</Reference>
6367
<Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
64-
<Reference Include="Microsoft.WindowsAzure.Storage, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
65-
<SpecificVersion>False</SpecificVersion>
66-
<HintPath>..\packages\WindowsAzure.Storage.4.3.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
67-
<Private>False</Private>
68+
<Reference Include="Microsoft.WindowsAzure.Storage, Version=7.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
69+
<HintPath>..\packages\WindowsAzure.Storage.7.1.2\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
70+
<Private>True</Private>
6871
</Reference>
69-
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
70-
<HintPath>..\packages\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
72+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
73+
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
7174
<Private>True</Private>
7275
</Reference>
7376
<Reference Include="Sitecore.Client, Version=8.1.0.0, Culture=neutral, processorArchitecture=MSIL">
@@ -82,8 +85,9 @@
8285
<HintPath>..\packages\SC.Sitecore.Logging.8.1.3.160519\lib\Sitecore.Logging.dll</HintPath>
8386
<Private>False</Private>
8487
</Reference>
85-
<Reference Include="System.Spatial, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
86-
<HintPath>..\packages\System.Spatial.5.6.2\lib\net40\System.Spatial.dll</HintPath>
88+
<Reference Include="System.Data" />
89+
<Reference Include="System.Spatial, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
90+
<HintPath>..\packages\System.Spatial.5.7.0\lib\net40\System.Spatial.dll</HintPath>
8791
<Private>True</Private>
8892
</Reference>
8993
<Reference Include="System.Web.ApplicationServices" />

src/Sitecore.Azure.Diagnostics/Storage/AzureBlobStorageProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Configuration.Provider;
44
using System.Linq;
55
using System.Text;
6-
using Microsoft.WindowsAzure;
6+
using Microsoft.Azure;
77
using Microsoft.WindowsAzure.ServiceRuntime;
88
using Microsoft.WindowsAzure.Storage;
99
using Microsoft.WindowsAzure.Storage.Blob;

src/Sitecore.Azure.Diagnostics/Web.config

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3896,7 +3896,7 @@
38963896
</dependentAssembly>
38973897
<dependentAssembly>
38983898
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
3899-
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
3899+
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
39003900
</dependentAssembly>
39013901
<dependentAssembly>
39023902
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" xmlns="urn:schemas-microsoft-com:asm.v1" />
@@ -3918,6 +3918,18 @@
39183918
<assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" xmlns="urn:schemas-microsoft-com:asm.v1" />
39193919
<bindingRedirect oldVersion="1.0.0.0-5.0.0.0" newVersion="5.1.0.0" xmlns="urn:schemas-microsoft-com:asm.v1" />
39203920
</dependentAssembly>
3921+
<dependentAssembly>
3922+
<assemblyIdentity name="Microsoft.Data.Services.Client" publicKeyToken="31bf3856ad364e35" culture="neutral" />
3923+
<bindingRedirect oldVersion="0.0.0.0-5.7.0.0" newVersion="5.7.0.0" />
3924+
</dependentAssembly>
3925+
<dependentAssembly>
3926+
<assemblyIdentity name="Microsoft.Data.OData" publicKeyToken="31bf3856ad364e35" culture="neutral" />
3927+
<bindingRedirect oldVersion="0.0.0.0-5.7.0.0" newVersion="5.7.0.0" />
3928+
</dependentAssembly>
3929+
<dependentAssembly>
3930+
<assemblyIdentity name="Microsoft.Data.Edm" publicKeyToken="31bf3856ad364e35" culture="neutral" />
3931+
<bindingRedirect oldVersion="0.0.0.0-5.7.0.0" newVersion="5.7.0.0" />
3932+
</dependentAssembly>
39213933
</assemblyBinding>
39223934
</runtime>
39233935
<system.serviceModel>
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Data.Edm" version="5.6.2" targetFramework="net45" />
4-
<package id="Microsoft.Data.OData" version="5.6.2" targetFramework="net45" />
5-
<package id="Microsoft.Data.Services.Client" version="5.6.2" targetFramework="net45" />
6-
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="2.0.3" targetFramework="net45" />
7-
<package id="Newtonsoft.Json" version="5.0.8" targetFramework="net45" />
3+
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net45" />
4+
<package id="Microsoft.Data.Edm" version="5.7.0" targetFramework="net45" />
5+
<package id="Microsoft.Data.OData" version="5.7.0" targetFramework="net45" />
6+
<package id="Microsoft.Data.Services.Client" version="5.7.0" targetFramework="net45" />
7+
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.1" targetFramework="net45" />
8+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
89
<package id="SC.Sitecore.Client" version="8.1.3.160519" targetFramework="net45" />
910
<package id="SC.Sitecore.Kernel" version="8.1.3.160519" targetFramework="net45" />
1011
<package id="SC.Sitecore.Logging" version="8.1.3.160519" targetFramework="net45" />
11-
<package id="System.Spatial" version="5.6.2" targetFramework="net45" />
12-
<package id="WindowsAzure.Storage" version="4.3.0" targetFramework="net45" />
12+
<package id="System.Spatial" version="5.7.0" targetFramework="net45" />
13+
<package id="WindowsAzure.Storage" version="7.1.2" targetFramework="net45" />
1314
</packages>

0 commit comments

Comments
 (0)