Innovenergy_trunk/csharp/Lib/Utils/Utils.csproj

16 lines
518 B
XML
Raw Permalink 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>
<RootNamespace>InnovEnergy.Lib.Utils</RootNamespace>
</PropertyGroup>
2023-02-16 12:57:06 +00:00
<ItemGroup>
<PackageReference Include="CliWrap" Version="3.6.0" />
<PackageReference Include="DecimalMath.DecimalEx" Version="1.0.2" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
2023-02-16 12:57:06 +00:00
<PackageReference Include="System.Reactive.Linq" Version="5.0.0" />
</ItemGroup>
</Project>