Skip to content

Commit 94245fb

Browse files
committed
Fix dependencies in project file
1 parent a42bcd8 commit 94245fb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ArtNet4-Plugin/ArtisticLicenseArtNet4.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
<ItemGroup>
1515
<PackageReference Include="ArtNetSharp" Version="0.0.38" PrivateAssets="all" />
1616
<Reference Include="DMXLIB">
17-
<HintPath Condition="Exists('..\..\Lumos\3.3\LumosProtobuf\bin\Debug\netstandard2.0')">..\..\Lumos\3.3\LumosProtobuf\bin\Debug\netstandard2.0\LumosProtobuf.dll</HintPath>
18-
<HintPath Condition="Exists('..\..\Lumos\LumosProtobuf\bin\Debug\netstandard2.0')">..\..\Lumos\LumosProtobuf\bin\Debug\netstandard2.0\LumosProtobuf.dll</HintPath>
17+
<HintPath Condition="Exists('..\..\DMXPlugins\DMXLIB\bin\Debug\netstandard2.0')">..\..\DMXPlugins\DMXLIB\bin\Debug\netstandard2.0\DMXLIB.dll</HintPath>
1918
<HintPath Condition="Exists('..\dep')">..\dep\DMXLIB.dll</HintPath>
2019
<Private>True</Private>
2120
</Reference>

0 commit comments

Comments
 (0)