Hotline.Application.csproj 1.3 KB

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