GxPress.Repository.Interface.csproj 774 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\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. </Project>