File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
src/ResourceManager/Storage/Stack/Commands.Management.Storage Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 48
48
<Prefer32Bit >false</Prefer32Bit >
49
49
</PropertyGroup >
50
50
<ItemGroup >
51
+ <!-- We Moved this to a project we build: Microsoft.Azure.Management.Storage.6.4.0-preview -->
51
52
<Reference Include =" Microsoft.Azure.KeyVault.Core" >
52
53
<HintPath >..\..\..\..\packages\Microsoft.Azure.KeyVault.Core.1.0.0\lib\net40\Microsoft.Azure.KeyVault.Core.dll</HintPath >
53
54
<Private >True</Private >
54
55
</Reference >
55
56
<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 >
57
58
<Private >True</Private >
58
59
</Reference >
59
60
<Reference Include =" Microsoft.Data.OData" >
72
73
<Private >True</Private >
73
74
</Reference >
74
75
<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 >
76
77
<Private >True</Private >
77
78
</Reference >
78
79
</ItemGroup >
154
155
</ItemGroup >
155
156
<Copy SourceFiles =" @(MarkdownFiles)" DestinationFolder =" $(OutputPath)\help\" ContinueOnError =" false" />
156
157
</Target >
157
- </Project >
158
+ </Project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
3
<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 " />
9
9
</packages >
You can’t perform that action at this time.
0 commit comments