You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
820 B
24 lines
820 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\build\common.targets" />
|
|
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="8.0.0" />
|
|
<PackageReference Include="Autofac.Extras.DynamicProxy" Version="7.1.0" />
|
|
<PackageReference Include="Confluent.Kafka" Version="2.3.0" />
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
<PackageReference Include="Polly" Version="8.2.0" />
|
|
<PackageReference Include="protobuf-net" Version="3.2.26" />
|
|
<PackageReference Include="RabbitMQ.Client" Version="6.6.0" />
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Tiobon.Core.Common\Tiobon.Core.Common.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|