Skip to content

Commit 227b4be

Browse files
Bump System.Text.Json from 9.0.1 to 9.0.2 (#398)
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 9.0.1 to 9.0.2. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 125cfd3 commit 227b4be

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="9.0.1" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
20+
<PackageReference Include="System.Text.Json" Version="9.0.2" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
2121
<PackageReference Include="StackExchange.Redis" Version="2.8.24" />
2222
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
2323
</ItemGroup>

0 commit comments

Comments
 (0)