123456789101112131415161718192021222324252627282930313233 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net8.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="HtmlToOpenXml.dll" Version="3.2.0" />
- <PackageReference Include="JiebaAspNetCore.Segmenter" Version="1.0.1" />
- <PackageReference Include="JV.PanGu.Core" Version="1.0.1" />
- <PackageReference Include="NPOI" Version="2.7.0" />
- <PackageReference Include="OpenHtmlToPdf" Version="1.12.0" />
- <PackageReference Include="XC.RSAUtil" Version="1.3.6" />
- <PackageReference Include="Quartz.Jobs" Version="3.8.0" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Hotline.Ai.Jths\Hotline.Ai.Jths.csproj" />
- <ProjectReference Include="..\Hotline.Application.Contracts\Hotline.Application.Contracts.csproj" />
- <ProjectReference Include="..\Hotline.NewRock\Hotline.NewRock.csproj" />
- <ProjectReference Include="..\Hotline.Repository.SqlSugar\Hotline.Repository.SqlSugar.csproj" />
- <ProjectReference Include="..\Hotline.Wex\Hotline.Wex.csproj" />
- <ProjectReference Include="..\Hotline.XingTang\Hotline.XingTang.csproj" />
- <ProjectReference Include="..\Hotline.YbEnterprise.Sdk\Hotline.YbEnterprise.Sdk.csproj" />
- <ProjectReference Include="..\Hotline\Hotline.csproj" />
- <ProjectReference Include="..\Tr.Sdk\Tr.Sdk.csproj" />
- <ProjectReference Include="..\XF.EasyCaching\XF.EasyCaching.csproj" />
- <ProjectReference Include="..\XingTang.Sdk\XingTang.Sdk.csproj" />
- </ItemGroup>
- </Project>
|