Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

Commit 94b952a

Browse files
Bump System.Text.Json from 7.0.1 to 7.0.2
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 7.0.1 to 7.0.2. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.1...v7.0.2) --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5d336e5 commit 94b952a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Common/Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="System.Text.Json" Version="7.0.1" />
19+
<PackageReference Include="System.Text.Json" Version="7.0.2" />
2020
</ItemGroup>
2121

2222
</Project>

src/Json/Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<ItemGroup Condition="!$(DefineConstants.Contains('NET6_0_OR_GREATER'))">
2222
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
2323
<PackageReference Include="System.Text.Encodings.Web" Version="7.0.0" />
24-
<PackageReference Include="System.Text.Json" Version="7.0.1" />
24+
<PackageReference Include="System.Text.Json" Version="7.0.2" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

0 commit comments

Comments
 (0)