19 lines
487 B
XML
19 lines
487 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="../InnovEnergy.App.props" />
|
|
|
|
<PropertyGroup>
|
|
<RootNamespace>InnovEnergy.App.Collector</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="../../Lib/Utils/Utils.csproj" />
|
|
<ProjectReference Include="../../Lib/WebServer/WebServer.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="System.Linq.Async" Version="5.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|