23 lines
871 B
XML
23 lines
871 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<RootNamespace>InnovEnergy.App.GrowattCommunication</RootNamespace>
|
|
</PropertyGroup>
|
|
<Import Project="../InnovEnergy.App.props" />
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Lib\Devices\WITGrowatt4-15K\WITGrowatt4-15K.csproj" />
|
|
<ProjectReference Include="..\..\Lib\Protocols\Modbus\Modbus.csproj" />
|
|
<ProjectReference Include="..\..\Lib\Units\Units.csproj" />
|
|
<ProjectReference Include="..\..\Lib\Utils\Utils.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Flurl.Http" Version="4.0.2" />
|
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
|
|
<PackageReference Include="RabbitMQ.Client" Version="6.6.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|