30 lines
908 B
XML
30 lines
908 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="../../InnovEnergy.Lib.props" />
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<DebugType>full</DebugType>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<Configurations>Debug;Release;Release-Server</Configurations>
|
|
<Platforms>AnyCPU;linux-arm</Platforms>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<RootNamespace>InnovEnergy.Lib.Victron.VictronVRM</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="../../Utils/Utils.csproj" />
|
|
<ProjectReference Include="../../Time/Time.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Flurl.Http" Version="3.2.0" />
|
|
<PackageReference Include="System.Reactive.Linq" Version="5.0.0" />
|
|
<PackageReference Include="System.Text.Json" Version="6.0.2" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|