Skip to content

Commit

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

chore(deps): bump Microsoft.Extensions.DependencyInjection.Abstractions from 6.0.0 to 7.0.0
  • Loading branch information
Zelldon committed Nov 15, 2022
2 parents fa772d3 + 84509ac commit ac5877c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This release is based on the Zeebe 1.3.X 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="6.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.2" />
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="6.0.0" />
</ItemGroup>
Expand Down

0 comments on commit ac5877c

Please sign in to comment.