Skip to content

Commit

Permalink
Kafka libraries were updated
Browse files Browse the repository at this point in the history
  • Loading branch information
litichevskiydv committed Nov 20, 2024
1 parent 0dfb6c8 commit e8890b4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace MusicalityLabs.Storage.DataAccess.SoundSignatures
{
using System.Data.Common;
using System.Threading;
using System.Threading.Tasks;
using Api.Contracts.SoundSignatures;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Byndyusoft.Net.Kafka.Abstractions" Version="1.0.0" />
<PackageReference Include="Byndyusoft.Net.Kafka.Abstractions" Version="1.1.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Byndyusoft.Net.Kafka" Version="1.0.0" />
<PackageReference Include="Byndyusoft.Net.Kafka" Version="1.1.0" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="Moq" Version="4.16.1" />
Expand Down

0 comments on commit e8890b4

Please sign in to comment.