Skip to content

Commit

Permalink
Merge pull request #48 from camunda-community-hub/renovate/dotnet-mon…
Browse files Browse the repository at this point in the history
…orepo

chore(deps): update dotnet monorepo to 6.0.1
  • Loading branch information
VonDerBeck authored Nov 22, 2024
2 parents ace61b5 + dc7f5e0 commit a2838ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Zeebe.Client.Accelerator/Zeebe.Client.Accelerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ So this is our version of a good Bootstrap Extension for the C# Zeebe Client. Cr
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="6.0.1" />
<PackageReference Include="zb-client" Version="2.7.0" />
</ItemGroup>

Expand Down

0 comments on commit a2838ce

Please sign in to comment.