Skip to content

Commit 50324ad

Browse files
committed
fixing travis build break
1 parent 369aaed commit 50324ad

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/ResourceManager/IotHub/Commands.IotHub.Test/Commands.IotHub.Test.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,11 @@
3636
<StartupObject />
3737
</PropertyGroup>
3838
<ItemGroup>
39-
<Reference Include="Microsoft.Azure.Management.IotHub">
40-
<HintPath>..\packages\Microsoft.Azure.Management.IotHub.1.0.0\lib\net45\Microsoft.Azure.Management.IotHub.dll</HintPath>
39+
<Reference Include="Hyak.Common">
40+
<HintPath>..\..\..\packages\Hyak.Common.1.0.3\lib\portable-net403+win+wpa81\Hyak.Common.dll</HintPath>
41+
</Reference>
42+
<Reference Include="Microsoft.Azure.Common">
43+
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>
4144
</Reference>
4245
<Reference Include="Microsoft.Azure.Test.HttpRecorder, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4346
<HintPath>..\packages\Microsoft.Azure.Test.HttpRecorder.1.6.7-preview\lib\net45\Microsoft.Azure.Test.HttpRecorder.dll</HintPath>

0 commit comments

Comments
 (0)