Innovenergy_trunk/csharp/Lib/WebServer/WebServer.csproj

26 lines
689 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>
<PropertyGroup>
<RootNamespace>InnovEnergy.Lib.WebServer</RootNamespace>
</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>