GxPress.Repository.Implement.csproj 763 B

12345678910111213141516171819202122232425
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.0</TargetFramework>
  4. <LangVersion>latest</LangVersion>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <Compile Remove="WorkFlow\FlowApproverCheckRepository.cs" />
  8. <Compile Remove="WorkFlow\FlowCarbonCopyRepository.cs" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <PackageReference Include="AutoMapper" Version="9.0.0" />
  12. <PackageReference Include="Datory" Version="1.0.13" />
  13. <PackageReference Include="SS.Mail" Version="1.0.14" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <ProjectReference Include="..\..\Model\GxPress.Entity\GxPress.Entity.csproj" />
  17. <ProjectReference Include="..\GxPress.Repository.Interface\GxPress.Repository.Interface.csproj" />
  18. </ItemGroup>
  19. </Project>