Innovenergy_trunk/csharp/Lib/WebServer/WebServer.csproj

26 lines
689 B
XML
Raw Normal View History

2023-02-16 12:57:06 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2023-02-25 15:04:41 +00:00
<Import Project="../InnovEnergy.Lib.props" />
2023-02-16 12:57:06 +00:00
<PropertyGroup>
2023-05-11 08:20:47 +00:00
<Configurations>Debug;Release;Release-Server</Configurations>
<Platforms>AnyCPU;linux-arm</Platforms>
2023-02-16 12:57:06 +00:00
</PropertyGroup>
<PropertyGroup>
<RootNamespace>InnovEnergy.Lib.WebServer</RootNamespace>
</PropertyGroup>
2023-02-16 12:57:06 +00:00
<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>
2023-02-25 15:04:41 +00:00
<ProjectReference Include="../Utils/Utils.csproj" />
2023-02-16 12:57:06 +00:00
</ItemGroup>
</Project>