@@ -38,26 +38,26 @@ 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.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 " />
41+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 10 .0.0 " />
42+ <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 10 .0.0 " />
43+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 10 .0.0 " />
44+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 10 .0.0 " />
4545 <PackageReference Include =" zb-client" Version =" 2.9.0" />
4646 </ItemGroup >
4747
4848 <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
49- <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 8 .0.0" />
50- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 8 .0.1 " />
51- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 8 .0.0" />
52- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 8 .0.1 " />
49+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 10 .0.0" />
50+ <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 10 .0.0 " />
51+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 10 .0.0" />
52+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 10 .0.0 " />
5353 <PackageReference Include =" zb-client" Version =" 2.9.0" />
5454 </ItemGroup >
5555
5656 <ItemGroup Condition =" '$(TargetFramework)' == 'net7.0'" >
57- <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 7 .0.0" />
58- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 7 .0.1 " />
59- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 7 .0.0" />
60- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 7 .0.0" />
57+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 10 .0.0" />
58+ <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 10 .0.0 " />
59+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 10 .0.0" />
60+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 10 .0.0" />
6161 <PackageReference Include =" zb-client" Version =" 2.9.0" />
6262 </ItemGroup >
6363
0 commit comments