Skip to content

Commit 9503fe7

Browse files
Bump System.Text.Json from 6.0.0 to 7.0.2
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 6.0.0 to 7.0.2. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.0...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]>
1 parent 20b060a commit 9503fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApplicationCore/ApplicationCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="Ardalis.Specification" Version="5.2.0" />
1111
<PackageReference Include="MediatR" Version="9.0.0" />
1212
<PackageReference Include="System.Security.Claims" Version="4.3.0" />
13-
<PackageReference Include="System.Text.Json" Version="6.0.0" />
13+
<PackageReference Include="System.Text.Json" Version="7.0.2" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)