15 lines
355 B
XML
15 lines
355 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="../../InnovEnergy.Lib.props" />
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="System.Reactive" Version="5.0.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="../../Protocols/DBus/DBus.csproj" />
|
|
<ProjectReference Include="../../Utils/Utils.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|