File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
</PackageReference >
33
33
<PackageReference Include =" System.ComponentModel.Annotations" Version =" 5.0.0" />
34
34
<PackageReference Include =" System.Net.Http" Version =" 4.3.4" />
35
- <PackageReference Include =" System.Net.Http.Json" Version =" 8 .0.1 " />
35
+ <PackageReference Include =" System.Net.Http.Json" Version =" 9 .0.7 " />
36
36
</ItemGroup >
37
37
38
38
<PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
39
39
<DefineConstants >NETSTANDARD;NETSTANDARD2_0</DefineConstants >
40
40
</PropertyGroup >
41
41
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
42
42
<PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 9.0.7" />
43
- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 8 .0.1 " />
43
+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 9 .0.7 " />
44
44
</ItemGroup >
45
45
46
46
<ItemGroup Condition =" '$(TargetFramework)' == 'net462' " >
You can’t perform that action at this time.
0 commit comments