File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
<PackageReference Include =" Shouldly" Version =" 4.3.0" />
25
25
<PackageReference Include =" System.Net.Http" Version =" 4.3.4" />
26
26
<PackageReference Include =" System.Text.RegularExpressions" Version =" 4.3.1" />
27
- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 9.0.6 " />
27
+ <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 9.0.7 " />
28
28
</ItemGroup >
29
29
30
30
<ItemGroup >
Original file line number Diff line number Diff line change 39
39
<DefineConstants >NETSTANDARD;NETSTANDARD2_0</DefineConstants >
40
40
</PropertyGroup >
41
41
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
42
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 9.0.6 " />
42
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 9.0.7 " />
43
43
<PackageReference Include =" Microsoft.Extensions.Http" Version =" 8.0.1" />
44
44
</ItemGroup >
45
45
You can’t perform that action at this time.
0 commit comments