GxPress.Auth.csproj 493 B

123456789101112131415161718
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.0</TargetFramework>
  4. <LangVersion>latest</LangVersion>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\..\Model\GxPress.EnumConst\GxPress.EnumConst.csproj" />
  11. <ProjectReference Include="..\GxPress.Common\GxPress.Common.csproj" />
  12. </ItemGroup>
  13. </Project>