@@ -46,18 +46,18 @@ So this is our version of a good Bootstrap Extension for the C# Zeebe Client. Cr
4646 </ItemGroup >
4747
4848 <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
49- <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 9 .0.14 " />
50- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 9 .0.14 " />
51- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 9 .0.14 " />
52- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 9 .0.14 " />
49+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 10 .0.8 " />
50+ <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 10 .0.8 " />
51+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 10 .0.8 " />
52+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 10 .0.8 " />
5353 <PackageReference Include =" zb-client" Version =" 2.10.0" />
5454 </ItemGroup >
5555
5656 <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
57- <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 8 .0.0 " />
58- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 8 .0.1 " />
59- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 8 .0.0 " />
60- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 8 .0.1 " />
57+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 10 .0.8 " />
58+ <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 10 .0.8 " />
59+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 10 .0.8 " />
60+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 10 .0.8 " />
6161 <PackageReference Include =" zb-client" Version =" 2.10.0" />
6262 </ItemGroup >
6363
0 commit comments