Innovenergy_trunk/csharp/Lib/S3/S3.csproj

18 lines
421 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
<ItemGroup>
2023-02-25 15:04:41 +00:00
<ProjectReference Include="../Time/Time.csproj" />
<ProjectReference Include="../Utils/Utils.csproj" />
2023-02-16 12:57:06 +00:00
</ItemGroup>
<ItemGroup>
<PackageReference Include="Flurl.Http" Version="3.2.0" />
<PackageReference Include="System.Reactive.Linq" Version="5.0.0" />
</ItemGroup>
</Project>