We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e349132 commit 9d65f37Copy full SHA for 9d65f37
src/Foundatio.Kafka/Foundatio.Kafka.csproj
@@ -1,6 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<ItemGroup>
3
- <PackageReference Include="Confluent.Kafka" Version="2.6.1" />
+ <PackageReference Include="Confluent.Kafka" Version="2.8.0" />
4
5
<PackageReference Include="Foundatio" Version="11.0.6" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
6
<ProjectReference Include="..\..\..\Foundatio\src\Foundatio\Foundatio.csproj" Condition="'$(ReferenceFoundatioSource)' == 'true'" />
0 commit comments