Skip to content

Commit 96c3e82

Browse files
committed
Rev ResourceManager version to address StaticAnalysis assembly conflict error.
1 parent 8db866c commit 96c3e82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/ResourceManager/ContainerRegistry/Commands.ContainerRegistry/Commands.ContainerRegistry.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<Private>True</Private>
5454
</Reference>
5555
<Reference Include="Microsoft.Azure.Management.ResourceManager, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
56-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.ResourceManager.1.6.0-preview\lib\net452\Microsoft.Azure.Management.ResourceManager.dll</HintPath>
56+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.ResourceManager.1.7.0-preview\lib\net452\Microsoft.Azure.Management.ResourceManager.dll</HintPath>
5757
<Private>True</Private>
5858
</Reference>
5959
<Reference Include="Microsoft.Azure.Management.Storage, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">

src/ResourceManager/ServiceFabric/Commands.ServiceFabric.Test/Commands.ServiceFabric.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.8.1.0-preview\lib\net45\Microsoft.Azure.Management.Network.dll</HintPath>
8989
</Reference>
9090
<Reference Include="Microsoft.Azure.Management.ResourceManager">
91-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.ResourceManager.1.6.0-preview\lib\net452\Microsoft.Azure.Management.ResourceManager.dll</HintPath>
91+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.ResourceManager.1.7.0-preview\lib\net452\Microsoft.Azure.Management.ResourceManager.dll</HintPath>
9292
</Reference>
9393
<Reference Include="Microsoft.Azure.Management.ServiceFabric">
9494
<HintPath>..\..\..\packages\Microsoft.Azure.Management.ServiceFabric.1.0.0-preview\lib\net45\Microsoft.Azure.Management.ServiceFabric.dll</HintPath>

src/ResourceManager/ServiceFabric/Commands.ServiceFabric/Commands.ServiceFabric.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.8.1.0-preview\lib\net45\Microsoft.Azure.Management.Network.dll</HintPath>
163163
</Reference>
164164
<Reference Include="Microsoft.Azure.Management.ResourceManager">
165-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.ResourceManager.1.6.0-preview\lib\net452\Microsoft.Azure.Management.ResourceManager.dll</HintPath>
165+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.ResourceManager.1.7.0-preview\lib\net452\Microsoft.Azure.Management.ResourceManager.dll</HintPath>
166166
</Reference>
167167
<Reference Include="Microsoft.Azure.Management.ServiceFabric">
168168
<HintPath>..\..\..\packages\Microsoft.Azure.Management.ServiceFabric.1.0.0-preview\lib\net45\Microsoft.Azure.Management.ServiceFabric.dll</HintPath>

0 commit comments

Comments
 (0)