22 lines
578 B
XML
22 lines
578 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="../InnovEnergy.Lib.props" />
|
|
|
|
<PropertyGroup>
|
|
<Configurations>Debug;Release;Release-Server</Configurations>
|
|
<Platforms>AnyCPU;linux-arm</Platforms>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Flurl" Version="3.0.1" />
|
|
<PackageReference Include="Flurl.Http" Version="3.0.1" />
|
|
<PackageReference Include="System.Reactive.Linq" Version="5.0.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="../Utils/Utils.csproj" />
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|