Skip to content

Commit

Permalink
Fix HidSharp reference
Browse files Browse the repository at this point in the history
  • Loading branch information
evilC committed Oct 31, 2017
1 parent ded5353 commit ce87056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IProvider/Providers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="HidSharp, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\HidSharp.1.5\lib\net35\HidSharp.dll</HintPath>
<HintPath>..\IOWrapper\packages\HidSharp.1.5\lib\net35\HidSharp.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down

0 comments on commit ce87056

Please sign in to comment.