Hotline.Application.csproj 1.6 KB

123456789101112131415161718192021222324252627282930313233
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="HtmlToOpenXml.dll" Version="3.2.0" />
  9. <PackageReference Include="JiebaAspNetCore.Segmenter" Version="1.0.1" />
  10. <PackageReference Include="JV.PanGu.Core" Version="1.0.1" />
  11. <PackageReference Include="NPOI" Version="2.7.0" />
  12. <PackageReference Include="OpenHtmlToPdf" Version="1.12.0" />
  13. <PackageReference Include="XC.RSAUtil" Version="1.3.6" />
  14. <PackageReference Include="Quartz.Jobs" Version="3.8.0" />
  15. </ItemGroup>
  16. <ItemGroup>
  17. <ProjectReference Include="..\Hotline.Ai.Jths\Hotline.Ai.Jths.csproj" />
  18. <ProjectReference Include="..\Hotline.Application.Contracts\Hotline.Application.Contracts.csproj" />
  19. <ProjectReference Include="..\Hotline.NewRock\Hotline.NewRock.csproj" />
  20. <ProjectReference Include="..\Hotline.Repository.SqlSugar\Hotline.Repository.SqlSugar.csproj" />
  21. <ProjectReference Include="..\Hotline.Wex\Hotline.Wex.csproj" />
  22. <ProjectReference Include="..\Hotline.XingTang\Hotline.XingTang.csproj" />
  23. <ProjectReference Include="..\Hotline.YbEnterprise.Sdk\Hotline.YbEnterprise.Sdk.csproj" />
  24. <ProjectReference Include="..\Hotline\Hotline.csproj" />
  25. <ProjectReference Include="..\Tr.Sdk\Tr.Sdk.csproj" />
  26. <ProjectReference Include="..\XF.EasyCaching\XF.EasyCaching.csproj" />
  27. <ProjectReference Include="..\XingTang.Sdk\XingTang.Sdk.csproj" />
  28. </ItemGroup>
  29. </Project>