Skip to content

Commit cf79556

Browse files
dependabot[bot]jskeet
authored andcommitted
Bump System.Text.Json in /src/NodaTime.Serialization.SystemTextJson
Bumps System.Text.Json from 6.0.0 to 8.0.4. --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8379684 commit cf79556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NodaTime.Serialization.SystemTextJson/NodaTime.Serialization.SystemTextJson.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
<ItemGroup>
2121
<PackageReference Include="NodaTime" Version="[3.0.0,4.0.0)" />
22-
<PackageReference Include="System.Text.Json" Version="6.0.0" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
22+
<PackageReference Include="System.Text.Json" Version="8.0.4" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
2323
</ItemGroup>
2424
</Project>

0 commit comments

Comments
 (0)