GxPress.Repository.Implement.csproj 859 B

1234567891011121314151617181920212223242526272829
  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. <ItemGroup>
  20. <Folder Include="Category\" />
  21. <Folder Include="Media\" />
  22. </ItemGroup>
  23. </Project>