JiShe.CollectBus/modules/JiShe.CollectBus.Kafka/JiShe.CollectBus.Kafka.csproj

22 lines
635 B
XML
Raw Normal View History

2025-04-02 17:54:12 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2025-05-28 16:45:30 +08:00
<TargetFramework>net9.0</TargetFramework>
2025-04-02 17:54:12 +08:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2025-05-28 16:45:30 +08:00
<PackageReference Include="Confluent.Kafka" />
<PackageReference Include="Polly.Contrib.WaitAndRetry" />
<PackageReference Include="Polly.Core" />
<PackageReference Include="Volo.Abp.AspNetCore" />
<PackageReference Include="Volo.Abp.Core" />
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>