GxPress.Service.Interface.csproj 462 B

123456789101112131415
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.0</TargetFramework>
  4. <LangVersion>latest</LangVersion>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <ProjectReference Include="..\..\Model\GxPress.Entity\GxPress.Entity.csproj" />
  8. <ProjectReference Include="..\..\Model\GxPress.Request\GxPress.Request.csproj" />
  9. <ProjectReference Include="..\..\Model\GxPress.Result\GxPress.Result.csproj" />
  10. </ItemGroup>
  11. </Project>