14 lines
375 B
XML
14 lines
375 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
<Import Project="../InnovEnergy.App.props" />
|
||
|
|
||
|
<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>
|