Skip to content

Commit

Permalink
explicitly set kafka.protocol reference in test projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Arvidsson committed Jan 20, 2022
1 parent 73e0b24 commit 21138fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<ItemGroup>
<PackageReference Include="Confluent.Kafka" Version="1.1.0" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
<PackageReference Include="Kafka.Protocol" Version="2.0.0-pre-140" />
<PackageReference Include="Log.It.With.NLog" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<ItemGroup>
<PackageReference Include="Confluent.Kafka" Version="1.8.2" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
<PackageReference Include="Kafka.Protocol" Version="2.0.0-pre-140" />
<PackageReference Include="Log.It.With.NLog" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.0.0" />
Expand Down

0 comments on commit 21138fd

Please sign in to comment.