Skip to content

Commit ca4858e

Browse files
author
Hovsep Mkrtchyan
committed
nit fix of referenced assembly names.
1 parent d3e43d0 commit ca4858e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/Common/Storage/Commands.Storage/Commands.Storage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<HintPath>..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll</HintPath>
5454
<Private>True</Private>
5555
</Reference>
56-
<Reference Include="Microsoft.Azure.Common.NetFramework, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
56+
<Reference Include="Microsoft.Azure.Common.NetFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5757
<SpecificVersion>False</SpecificVersion>
5858
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath>
5959
</Reference>

src/ResourceManager/AzureStackAdmin/Commands.AzureStackAdmin/Commands.AzureStackAdmin.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,11 @@
8080
</Reference>
8181
<Reference Include="Microsoft.Azure.Common">
8282
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>
83-
</Reference>
83+
</Reference>
84+
<Reference Include="Microsoft.Azure.Common.NetFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
85+
<SpecificVersion>False</SpecificVersion>
86+
<HintPath>..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath>
87+
</Reference>
8488
<Reference Include="Microsoft.Azure.Common.Authentication">
8589
<HintPath>..\..\..\packages\Microsoft.Azure.Common.Authentication.1.6.1-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll</HintPath>
8690
<Private>True</Private>
@@ -92,11 +96,7 @@
9296
<Reference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication">
9397
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.0.11.0\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll</HintPath>
9498
<Private>True</Private>
95-
</Reference>
96-
<Reference Include="Microsoft.Azure.Common.NetFramework">
97-
<SpecificVersion>False</SpecificVersion>
98-
<HintPath>..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath>
99-
</Reference>
99+
</Reference>
100100
</ItemGroup>
101101
<ItemGroup>
102102
<ProjectReference Include="..\..\..\Common\Commands.Common\Commands.Common.csproj">

0 commit comments

Comments
 (0)