<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <Configurations>Debug;Release;Release-Server</Configurations> <Platforms>AnyCPU;linux-arm</Platforms> </PropertyGroup> <Import Project="../InnovEnergy.App.props" /> <ItemGroup> <ProjectReference Include="../../Lib/Utils/Utils.csproj" /> <ProjectReference Include="../../Lib/Victron/VictronVRM/VictronVRM.csproj" /> </ItemGroup> <ItemGroup> <PackageReference Include="CliWrap" Version="3.6.0" /> <PackageReference Include="System.Linq.Async" Version="6.0.1" /> </ItemGroup> </Project>