Skip to content

Commit 1f8ef6c

Browse files
Bump System.Text.Json to 6.0.0, 6.0.10
--- updated-dependencies: - dependency-name: System.Text.Json dependency-version: 6.0.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3bd7f82 commit 1f8ef6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/shared/common-json-net/src/LaunchDarkly.CommonSdk.JsonNet.csproj

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

3939
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net462'">
4040
<PackageReference Include="System.Collections.Immutable" Version="1.7.1" />
41-
<PackageReference Include="System.Text.Json" Version="6.0.0" />
41+
<PackageReference Include="System.Text.Json" Version="6.0.10" />
4242
<!-- it's a built-in package in net8.0 -->
4343
</ItemGroup>
4444

0 commit comments

Comments
 (0)