Skip to content

Commit

Permalink
Fixed a bad reference to the MagicHome NuGet.
Browse files Browse the repository at this point in the history
  • Loading branch information
deankevorkian committed May 28, 2020
1 parent 3e470e5 commit 8b23efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MagicHome/MagicHome.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="LightController, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\RGBMaster\packages\MagicHomeAPI.1.2.0\lib\netstandard2.0\LightController.dll</HintPath>
<HintPath>..\packages\MagicHomeAPI.1.2.0\lib\netstandard2.0\LightController.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down

0 comments on commit 8b23efb

Please sign in to comment.