Skip to content

Commit 6dd5a8b

Browse files
Bump System.Text.Json from 9.0.1 to 9.0.10 (#129)
--- updated-dependencies: - dependency-name: System.Text.Json dependency-version: 9.0.10 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 5873e5b commit 6dd5a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TimeZoneNames/TimeZoneNames.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</ItemGroup>
3333

3434
<ItemGroup Condition="('$(TargetFramework)' == 'netstandard2.0') Or ('$(TargetFramework)' == 'netstandard2.1') Or ('$(TargetFramework)' == 'net462')">
35-
<PackageReference Include="System.Text.Json" Version="9.0.1" />
35+
<PackageReference Include="System.Text.Json" Version="9.0.10" />
3636
</ItemGroup>
3737

3838
</Project>

0 commit comments

Comments
 (0)