2025-04-02 17:54:12 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="Confluent.Kafka" Version="2.9.0" />
|
2025-04-23 13:59:15 +08:00
|
|
|
|
<PackageReference Include="Polly.Contrib.WaitAndRetry" Version="1.1.1" />
|
|
|
|
|
|
<PackageReference Include="Polly.Core" Version="8.5.2" />
|
2025-04-15 11:15:22 +08:00
|
|
|
|
<PackageReference Include="Volo.Abp.AspNetCore" Version="8.3.3" />
|
|
|
|
|
|
<PackageReference Include="Volo.Abp.Core" Version="8.3.3" />
|
2025-04-02 17:54:12 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2025-04-17 13:35:08 +08:00
|
|
|
|
<ItemGroup>
|
2025-04-17 20:28:50 +08:00
|
|
|
|
<ProjectReference Include="..\..\shared\JiShe.CollectBus.Common\JiShe.CollectBus.Common.csproj" />
|
2025-04-17 13:35:08 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2025-04-02 17:54:12 +08:00
|
|
|
|
</Project>
|