Hotline.Application.csproj 924 B

1234567891011121314151617181920212223
  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="Dapr.AspNetCore" Version="1.9.0" />
  9. <PackageReference Include="Identity.Admin.HttpClient" Version="1.0.20" />
  10. <PackageReference Include="XF.Utility.AppIdentityModel" Version="1.0.2" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\Hotline.Application.Contracts\Hotline.Application.Contracts.csproj" />
  14. <ProjectReference Include="..\Hotline.CacheManager\Hotline.CacheManager.csproj" />
  15. <ProjectReference Include="..\Hotline.NewRock\Hotline.NewRock.csproj" />
  16. <ProjectReference Include="..\Hotline.Repository.SqlSugar\Hotline.Repository.SqlSugar.csproj" />
  17. <ProjectReference Include="..\Hotline\Hotline.csproj" />
  18. </ItemGroup>
  19. </Project>