Skip to content

Commit

Permalink
Merge pull request #658 from camunda-community-hub/dependabot/nuget/M…
Browse files Browse the repository at this point in the history
…icrosoft.Extensions.Logging.Abstractions-and-Microsoft.Extensions.DependencyInjection.Abstractions-8.0.1

chore(deps): bump Microsoft.Extensions.Logging.Abstractions and Microsoft.Extensions.DependencyInjection.Abstractions
  • Loading branch information
ChrisKujawa authored Mar 12, 2024
2 parents 5c19d54 + 6f0e15e commit 6548392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ This release is based on the Zeebe 8.4.1 release (https://github.com/zeebe-io/ze
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="8.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 6548392

Please sign in to comment.