Skip to content

Commit adcb94b

Browse files
committed
Reverted WindowsAzure.Management.Storage back to previous version. Added packages.config reference for WindowsAzure.Storage.
1 parent bb4cccb commit adcb94b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/StackAdmin/Storage.Management/Commands.Management.Storage/Commands.Management.Storage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<Private>True</Private>
6363
</Reference>
6464
<Reference Include="Microsoft.WindowsAzure.Management.Storage">
65-
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.Storage.6.0.1\lib\net40\Microsoft.WindowsAzure.Management.Storage.dll</HintPath>
65+
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.Storage.5.1.1\lib\net40\Microsoft.WindowsAzure.Management.Storage.dll</HintPath>
6666
</Reference>
6767
<Reference Include="Microsoft.WindowsAzure.Storage, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6868
<HintPath>..\..\..\packages\WindowsAzure.Storage.6.1.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>

src/StackAdmin/Storage.Management/Commands.Management.Storage/packages.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<package id="Microsoft.Data.Edm" version="5.6.4" targetFramework="net40" />
55
<package id="Microsoft.Data.OData" version="5.6.4" targetFramework="net40" />
66
<package id="Microsoft.Data.Services.Client" version="5.6.4" targetFramework="net40" />
7-
<package id="Microsoft.WindowsAzure.Management.Storage" version="6.0.1" targetFramework="net40" />
7+
<package id="Microsoft.WindowsAzure.Management.Storage" version="5.1.1" targetFramework="net40" />
8+
<package id="WindowsAzure.Storage" version="6.1.0" targetFramework="net40" />
89
<package id="System.Spatial" version="5.6.4" targetFramework="net40" />
910
</packages>

0 commit comments

Comments
 (0)