GxPress.Repository.Interface.csproj 870 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\IFlowApproverCheckRepository.cs" />
  8. <Compile Remove="WorkFlow\IFlowCarbonCopyRepository.cs" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <ProjectReference Include="..\..\Model\GxPress.Entity\GxPress.Entity.csproj" />
  12. <ProjectReference Include="..\..\Model\GxPress.Request\GxPress.Request.csproj" />
  13. <ProjectReference Include="..\..\Model\GxPress.Result\GxPress.Result.csproj" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <PackageReference Include="Datory" Version="1.0.13" />
  17. <PackageReference Include="Imazen.WebP" Version="10.0.1" />
  18. </ItemGroup>
  19. <ItemGroup>
  20. <Folder Include="Category\" />
  21. <Folder Include="Media\" />
  22. </ItemGroup>
  23. </Project>