<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>netcoreapp3.0</TargetFramework>
    <LangVersion>latest</LangVersion>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
  </ItemGroup>

  <ItemGroup>
    <ProjectReference Include="..\..\Model\GxPress.EnumConst\GxPress.EnumConst.csproj" />
    <ProjectReference Include="..\GxPress.Common\GxPress.Common.csproj" />
  </ItemGroup>

</Project>