Skip to content

Commit 4cba593

Browse files
Bump System.Text.Json from 9.0.10 to 10.0.0
--- updated-dependencies: - dependency-name: System.Text.Json dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4ce9c08 commit 4cba593

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.10" />
35+
<PackageReference Include="System.Text.Json" Version="10.0.0" />
3636
</ItemGroup>
3737

3838
</Project>

0 commit comments

Comments
 (0)