Skip to content

Commit 69e8266

Browse files
authored
Merge pull request #79 from camunda-community-hub/renovate/dotnet-monorepo
chore(deps): update dotnet monorepo to 9.0.9
2 parents 680a78d + f89dd12 commit 69e8266

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Zeebe.Client.Accelerator/Zeebe.Client.Accelerator.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ So this is our version of a good Bootstrap Extension for the C# Zeebe Client. Cr
3838
</PropertyGroup>
3939

4040
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
41-
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.8" />
42-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.8" />
43-
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.8" />
44-
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.8" />
41+
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.9" />
42+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.9" />
43+
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.9" />
44+
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.9" />
4545
<PackageReference Include="zb-client" Version="2.9.0" />
4646
</ItemGroup>
4747

0 commit comments

Comments
 (0)