Skip to content

Commit 51d7a67

Browse files
Bump System.Net.Http.Json from 8.0.1 to 10.0.0
--- updated-dependencies: - dependency-name: System.Net.Http.Json dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f5e49b7 commit 51d7a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TestableHttpClient.IntegrationTests/TestableHttpClient.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
99
<PackageReference Include="System.Net.Http" Version="4.3.4" />
10-
<PackageReference Include="System.Net.Http.Json" Version="[8.0.*,)" />
10+
<PackageReference Include="System.Net.Http.Json" Version="10.0.0" />
1111
</ItemGroup>
1212

1313
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">

0 commit comments

Comments
 (0)