22 lines
571 B
XML
22 lines
571 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="../InnovEnergy.App.props" />
|
|
|
|
<PropertyGroup>
|
|
<RootNamespace>InnovEnergy.App.RemoteSupportConsole</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<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>
|