Skip to content

Commit 7667d9c

Browse files
committed
Fix DLL Issues
1 parent 3fcf37e commit 7667d9c

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

src/ResourceManager/Storage/Stack/Commands.Management.Storage/Commands.Management.Storage.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,13 @@
4848
<Prefer32Bit>false</Prefer32Bit>
4949
</PropertyGroup>
5050
<ItemGroup>
51+
<!-- We Moved this to a project we build: Microsoft.Azure.Management.Storage.6.4.0-preview -->
5152
<Reference Include="Microsoft.Azure.KeyVault.Core">
5253
<HintPath>..\..\..\..\packages\Microsoft.Azure.KeyVault.Core.1.0.0\lib\net40\Microsoft.Azure.KeyVault.Core.dll</HintPath>
5354
<Private>True</Private>
5455
</Reference>
5556
<Reference Include="Microsoft.Data.Edm">
56-
<HintPath>..\..\..\..\packages\Microsoft.Data.Edm.5.6.4\lib\net40\Microsoft.Data.Edm.dll</HintPath>
57+
<HintPath>..\..\..\..\packages\Microsoft.Data.Edm.5.8.2\lib\net40\Microsoft.Data.Edm.dll</HintPath>
5758
<Private>True</Private>
5859
</Reference>
5960
<Reference Include="Microsoft.Data.OData">
@@ -72,7 +73,7 @@
7273
<Private>True</Private>
7374
</Reference>
7475
<Reference Include="System.Spatial">
75-
<HintPath>..\..\..\..\packages\System.Spatial.5.6.4\lib\net40\System.Spatial.dll</HintPath>
76+
<HintPath>..\..\..\..\packages\System.Spatial.5.8.2\lib\net40\System.Spatial.dll</HintPath>
7677
<Private>True</Private>
7778
</Reference>
7879
</ItemGroup>
@@ -154,4 +155,4 @@
154155
</ItemGroup>
155156
<Copy SourceFiles="@(MarkdownFiles)" DestinationFolder="$(OutputPath)\help\" ContinueOnError="false" />
156157
</Target>
157-
</Project>
158+
</Project>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net45" />
4-
<package id="Microsoft.Data.Edm" version="5.6.4" targetFramework="net452" />
5-
<package id="Microsoft.Data.OData" version="5.8.2" targetFramework="net452" />
6-
<package id="Microsoft.Data.Services.Client" version="5.8.2" targetFramework="net452" />
7-
<package id="System.Spatial" version="5.6.4" targetFramework="net452" />
8-
<package id="WindowsAzure.Storage" version="8.6.0" targetFramework="net452" />
4+
<package id="Microsoft.Data.Edm" version="5.8.2" targetFramework="net40" />
5+
<package id="Microsoft.Data.OData" version="5.8.2" targetFramework="net40" />
6+
<package id="Microsoft.Data.Services.Client" version="5.8.2" targetFramework="net40" />
7+
<package id="System.Spatial" version="5.8.2" targetFramework="net40" />
8+
<package id="WindowsAzure.Storage" version="8.6.0" targetFramework="net45" />
99
</packages>

0 commit comments

Comments
 (0)