Skip to content

Commit 231fd3b

Browse files
committed
Updating WindowsAzure.ConfigurationManager to Azure.ConfigurationMananger
1 parent a31f90e commit 231fd3b

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

build/UmbracoFileSystemProviders.Azure.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686

8787
<!-- Umbraco specific -->
8888
<!-- Newtonsoft.Json Excluded for now as Umbraco requires different major versions -->
89-
<UmbracoOtherBinFiles Include="$(InstallerProjectDir)\bin\$(BuildConfig)\Microsoft.Web.XmlTransform.dll;$(ProjectDir)\bin\$(BuildConfig)\Microsoft.Data.Edm.dll;$(ProjectDir)\bin\$(BuildConfig)\Microsoft.Data.OData.dll;$(ProjectDir)\bin\$(BuildConfig)\Microsoft.Data.Services.Client.dll;$(ProjectDir)\bin\$(BuildConfig)\Microsoft.WindowsAzure.Configuration.dll;$(ProjectDir)\bin\$(BuildConfig)\Microsoft.Azure.Storage.Blob.dll;$(ProjectDir)\bin\$(BuildConfig)\Microsoft.Azure.Storage.Common.dll;$(ProjectDir)\bin\$(BuildConfig)\System.Spatial.dll;$(ProjectDir)\bin\$(BuildConfig)\Microsoft.Azure.KeyVault.Core.dll" />
89+
<UmbracoOtherBinFiles Include="$(InstallerProjectDir)\bin\$(BuildConfig)\Microsoft.Web.XmlTransform.dll;$(ProjectDir)\bin\$(BuildConfig)\Microsoft.Data.Edm.dll;$(ProjectDir)\bin\$(BuildConfig)\Microsoft.Data.OData.dll;$(ProjectDir)\bin\$(BuildConfig)\Microsoft.Data.Services.Client.dll;$(ProjectDir)\bin\$(BuildConfig)\Microsoft.Azure.ConfigurationManager.dll;$(ProjectDir)\bin\$(BuildConfig)\Microsoft.Azure.Storage.Blob.dll;$(ProjectDir)\bin\$(BuildConfig)\Microsoft.Azure.Storage.Common.dll;$(ProjectDir)\bin\$(BuildConfig)\System.Spatial.dll;$(ProjectDir)\bin\$(BuildConfig)\Microsoft.Azure.KeyVault.Core.dll" />
9090
<InstallerBinFiles Include="$(InstallerProjectDir)\bin\$(BuildConfig)\Our.Umbraco.FileSystemProviders.Azure.Installer.dll" />
9191
<UmbracoInstallerFiles Include="$(InstallerProjectDir)\Configurator\**\*.*"/>
9292
<UmbracoInstallerLogo Include="$(MSBuildProjectDirectory)\assets\logo\azure-logo-32.png"/>

build/package.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency id="UmbracoCms.Core" version="0.0.0" />
2020
<dependency id="UmbracoCms.Web" version="0.0.0" />
2121
<dependency id="Microsoft.Azure.Storage.Blob" version="10.0.3" />
22-
<dependency id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" />
22+
<dependency id="Microsoft.Azure.ConfigurationManager" version="4.0.0" />
2323
<dependency id="Microsoft.Azure.KeyVault.Core" version="2.0.4" />
2424
<dependency id="Microsoft.Data.Services.Client" version="5.8.3" />
2525
</dependencies>

src/UmbracoFileSystemProviders.Azure.Installer/UmbracoFileSystemProviders.Azure.Installer.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@
117117
<Reference Include="Microsoft.AspNet.SignalR.Core, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
118118
<HintPath>..\packages\Microsoft.AspNet.SignalR.Core.2.4.0\lib\net45\Microsoft.AspNet.SignalR.Core.dll</HintPath>
119119
</Reference>
120+
<Reference Include="Microsoft.Azure.ConfigurationManager, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
121+
<HintPath>..\packages\Microsoft.Azure.ConfigurationManager.4.0.0\lib\net452\Microsoft.Azure.ConfigurationManager.dll</HintPath>
122+
</Reference>
120123
<Reference Include="Microsoft.Azure.KeyVault.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
121124
<HintPath>..\packages\Microsoft.Azure.KeyVault.Core.2.0.4\lib\net45\Microsoft.Azure.KeyVault.Core.dll</HintPath>
122125
</Reference>
@@ -161,9 +164,6 @@
161164
<HintPath>..\packages\Microsoft.Web.Xdt.2.1.1\lib\net40\Microsoft.Web.XmlTransform.dll</HintPath>
162165
<Private>True</Private>
163166
</Reference>
164-
<Reference Include="Microsoft.WindowsAzure.Configuration, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
165-
<HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.3\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
166-
</Reference>
167167
<Reference Include="MiniProfiler, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b44f9351044011a3, processorArchitecture=MSIL">
168168
<HintPath>..\packages\MiniProfiler.4.0.138\lib\net461\MiniProfiler.dll</HintPath>
169169
</Reference>

src/UmbracoFileSystemProviders.Azure.Installer/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.7" targetFramework="net472" />
2929
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.7" targetFramework="net472" />
3030
<package id="Microsoft.AspNet.WebPages" version="3.2.7" targetFramework="net472" />
31+
<package id="Microsoft.Azure.ConfigurationManager" version="4.0.0" targetFramework="net472" />
3132
<package id="Microsoft.Azure.KeyVault.Core" version="2.0.4" targetFramework="net45" />
3233
<package id="Microsoft.Azure.Storage.Blob" version="10.0.3" targetFramework="net472" />
3334
<package id="Microsoft.Azure.Storage.Common" version="10.0.3" targetFramework="net472" />
@@ -43,7 +44,6 @@
4344
<package id="Microsoft.Owin.Security.OAuth" version="4.0.1" targetFramework="net472" />
4445
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
4546
<package id="Microsoft.Web.Xdt" version="2.1.1" targetFramework="net45" />
46-
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" targetFramework="net45" />
4747
<package id="MiniProfiler" version="4.0.138" targetFramework="net472" />
4848
<package id="MiniProfiler.Shared" version="4.0.138" targetFramework="net472" />
4949
<package id="MySql.Data" version="6.10.7" targetFramework="net472" />

src/UmbracoFileSystemProviders.Azure.Tests/UmbracoFileSystemProviders.Azure.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@
117117
<Reference Include="Microsoft.AspNet.SignalR.Core, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
118118
<HintPath>..\packages\Microsoft.AspNet.SignalR.Core.2.4.0\lib\net45\Microsoft.AspNet.SignalR.Core.dll</HintPath>
119119
</Reference>
120+
<Reference Include="Microsoft.Azure.ConfigurationManager, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
121+
<HintPath>..\packages\Microsoft.Azure.ConfigurationManager.4.0.0\lib\net452\Microsoft.Azure.ConfigurationManager.dll</HintPath>
122+
</Reference>
120123
<Reference Include="Microsoft.Azure.KeyVault.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
121124
<HintPath>..\packages\Microsoft.Azure.KeyVault.Core.2.0.4\lib\net45\Microsoft.Azure.KeyVault.Core.dll</HintPath>
122125
</Reference>
@@ -157,9 +160,6 @@
157160
<Private>True</Private>
158161
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
159162
</Reference>
160-
<Reference Include="Microsoft.WindowsAzure.Configuration, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
161-
<HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.3\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
162-
</Reference>
163163
<Reference Include="MiniProfiler, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b44f9351044011a3, processorArchitecture=MSIL">
164164
<HintPath>..\packages\MiniProfiler.4.0.138\lib\net461\MiniProfiler.dll</HintPath>
165165
</Reference>

src/UmbracoFileSystemProviders.Azure.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.7" targetFramework="net472" />
2828
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.7" targetFramework="net472" />
2929
<package id="Microsoft.AspNet.WebPages" version="3.2.7" targetFramework="net472" />
30+
<package id="Microsoft.Azure.ConfigurationManager" version="4.0.0" targetFramework="net472" />
3031
<package id="Microsoft.Azure.KeyVault.Core" version="2.0.4" targetFramework="net45" />
3132
<package id="Microsoft.Azure.Storage.Blob" version="10.0.3" targetFramework="net472" />
3233
<package id="Microsoft.Azure.Storage.Common" version="10.0.3" targetFramework="net472" />
@@ -41,7 +42,6 @@
4142
<package id="Microsoft.Owin.Security.Cookies" version="4.0.1" targetFramework="net472" />
4243
<package id="Microsoft.Owin.Security.OAuth" version="4.0.1" targetFramework="net472" />
4344
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
44-
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" targetFramework="net45" />
4545
<package id="MiniProfiler" version="4.0.138" targetFramework="net472" />
4646
<package id="MiniProfiler.Shared" version="4.0.138" targetFramework="net472" />
4747
<package id="Moq" version="4.2.1502.0911" targetFramework="net45" />

src/UmbracoFileSystemProviders.Azure/UmbracoFileSystemProviders.Azure.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@
118118
<Reference Include="Microsoft.AspNet.SignalR.Core, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
119119
<HintPath>..\packages\Microsoft.AspNet.SignalR.Core.2.4.0\lib\net45\Microsoft.AspNet.SignalR.Core.dll</HintPath>
120120
</Reference>
121+
<Reference Include="Microsoft.Azure.ConfigurationManager, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
122+
<HintPath>..\packages\Microsoft.Azure.ConfigurationManager.4.0.0\lib\net452\Microsoft.Azure.ConfigurationManager.dll</HintPath>
123+
</Reference>
121124
<Reference Include="Microsoft.Azure.KeyVault.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
122125
<HintPath>..\packages\Microsoft.Azure.KeyVault.Core.2.0.4\lib\net45\Microsoft.Azure.KeyVault.Core.dll</HintPath>
123126
</Reference>
@@ -158,9 +161,6 @@
158161
<Private>True</Private>
159162
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
160163
</Reference>
161-
<Reference Include="Microsoft.WindowsAzure.Configuration, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
162-
<HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.3\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
163-
</Reference>
164164
<Reference Include="MiniProfiler, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b44f9351044011a3, processorArchitecture=MSIL">
165165
<HintPath>..\packages\MiniProfiler.4.0.138\lib\net461\MiniProfiler.dll</HintPath>
166166
</Reference>

src/UmbracoFileSystemProviders.Azure/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.7" targetFramework="net472" />
2828
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.7" targetFramework="net472" />
2929
<package id="Microsoft.AspNet.WebPages" version="3.2.7" targetFramework="net472" />
30+
<package id="Microsoft.Azure.ConfigurationManager" version="4.0.0" targetFramework="net472" />
3031
<package id="Microsoft.Azure.KeyVault.Core" version="2.0.4" targetFramework="net45" />
3132
<package id="Microsoft.Azure.Storage.Blob" version="10.0.3" targetFramework="net472" />
3233
<package id="Microsoft.Azure.Storage.Common" version="10.0.3" targetFramework="net472" />
@@ -41,7 +42,6 @@
4142
<package id="Microsoft.Owin.Security.Cookies" version="4.0.1" targetFramework="net472" />
4243
<package id="Microsoft.Owin.Security.OAuth" version="4.0.1" targetFramework="net472" />
4344
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
44-
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" targetFramework="net45" />
4545
<package id="MiniProfiler" version="4.0.138" targetFramework="net472" />
4646
<package id="MiniProfiler.Shared" version="4.0.138" targetFramework="net472" />
4747
<package id="MySql.Data" version="6.10.7" targetFramework="net472" />

0 commit comments

Comments
 (0)