Skip to content

Commit 964f522

Browse files
Bump System.Text.Json from 5.0.1 to 7.0.2 (#2005)
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 5.0.1 to 7.0.2. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v5.0.1...v7.0.2) --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5df19d1 commit 964f522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RestSharp/RestSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
44
</PropertyGroup>
55
<ItemGroup Condition="$(TargetFramework) != 'net6.0' And $(TargetFramework) != 'net7.0'">
6-
<PackageReference Include="System.Text.Json" Version="5.0.1" />
6+
<PackageReference Include="System.Text.Json" Version="7.0.2" />
77
</ItemGroup>
88
<ItemGroup>
99
<None Remove="RestSharp.csproj.DotSettings" />

0 commit comments

Comments
 (0)