Skip to content

Commit c11ff1c

Browse files
Bump System.Text.Json from 7.0.2 to 9.0.0
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 7.0.2 to 9.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.2...v9.0.0) --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4994b03 commit c11ff1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NRedisStack/NRedisStack.csproj

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

1818
<ItemGroup>
1919
<PackageReference Include="NetTopologySuite" Version="2.5.0" />
20-
<PackageReference Include="System.Text.Json" Version="7.0.2" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
20+
<PackageReference Include="System.Text.Json" Version="9.0.0" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
2121
<PackageReference Include="StackExchange.Redis" Version="2.8.16" />
2222
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
2323
</ItemGroup>

0 commit comments

Comments
 (0)