Skip to content

Commit 369aaed

Browse files
committed
Fixing travis break
1 parent af7d3da commit 369aaed

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33+
<Reference Include="Hyak.Common">
34+
<HintPath>..\..\..\packages\Hyak.Common.1.0.3\lib\portable-net403+win+wpa81\Hyak.Common.dll</HintPath>
35+
</Reference>
3336
<Reference Include="Microsoft.Azure.Management.IotHub, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
3437
<HintPath>..\..\..\packages\Microsoft.Azure.Management.IotHub.1.0.0\lib\net45\Microsoft.Azure.Management.IotHub.dll</HintPath>
3538
<Private>True</Private>

src/ResourceManager/IotHub/Commands.IotHub/packages.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3+
<package id="Hyak.Common" version="1.0.3" targetFramework="net45" />
34
<package id="Microsoft.Azure.Management.IotHub" version="1.0.0" targetFramework="net452" />
45
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.6.7-preview" targetFramework="net452" />
56
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.28.3" targetFramework="net452" />

0 commit comments

Comments
 (0)