12345678910111213141516171819202122232425 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net7.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="XC.RSAUtil" Version="1.3.6" />
- </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.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" />
- </ItemGroup>
- </Project>
|