29 lines
953 B
XML
29 lines
953 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>
|
|
|
|
<ItemGroup>
|
|
<None Update="token.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup>
|
|
<PublishTrimmed>false</PublishTrimmed>
|
|
<Configurations>Debug;Release;Release-Server</Configurations>
|
|
<Platforms>AnyCPU;linux-arm</Platforms>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|