GxPress.Mappings.csproj 551 B

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