File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Zeebe.Client.Accelerator Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments