17 lines
591 B
XML
17 lines
591 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
<Import Project="../InnovEnergy.App.props" />
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="BouncyCastle" Version="1.8.9" />
|
||
|
<PackageReference Include="Flurl.Http" Version="3.2.2" />
|
||
|
<PackageReference Include="SharpZipLib" Version="1.3.3" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="../../Lib/Protocols/DBus/DBus.csproj" />
|
||
|
<ProjectReference Include="../../Lib/Victron/VictronVRM/VictronVRM.csproj" />
|
||
|
<ProjectReference Include="../../Lib/Utils/Utils.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|