15 lines
495 B
XML
15 lines
495 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<Configurations>Debug;Release;Release-Server</Configurations>
|
|
<Platforms>AnyCPU;linux-arm</Platforms>
|
|
</PropertyGroup>
|
|
<Import Project="../InnovEnergy.Lib.props" />
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="CliWrap" Version="3.6.0" />
|
|
<PackageReference Include="DecimalMath.DecimalEx" Version="1.0.2" />
|
|
<PackageReference Include="System.Reactive.Linq" Version="5.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|