Hotline.Application.csproj 778 B

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="Identity.Admin.HttpClient" Version="1.0.20" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <ProjectReference Include="..\Hotline.Application.Contracts\Hotline.Application.Contracts.csproj" />
  12. <ProjectReference Include="..\Hotline.CacheManager\Hotline.CacheManager.csproj" />
  13. <ProjectReference Include="..\Hotline.NewRock\Hotline.NewRock.csproj" />
  14. <ProjectReference Include="..\Hotline.Repository.SqlSugar\Hotline.Repository.SqlSugar.csproj" />
  15. <ProjectReference Include="..\Hotline\Hotline.csproj" />
  16. </ItemGroup>
  17. </Project>