14 lines
278 B
XML
14 lines
278 B
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ProjectReference Include="..\..\Hncore.Infrastructure\Hncore.Infrastructure.csproj" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
</Project>
|