Merge pull request #34 from zihotki/feature/kafka-update

Updated to Confluent.Kafka v1.2.0 to fix strong-naming breaking change
This commit is contained in:
Clemens Vasters 2019-11-19 13:18:19 -08:00 committed by GitHub
commit 248e4f4267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Confluent.Kafka" Version="1.1.0" />
<PackageReference Include="Confluent.Kafka" Version="1.2.0" />
</ItemGroup>
<ItemGroup>