Skip to content

Commit f6f81c4

Browse files
Bump System.Text.Json from 8.0.5 to 9.0.0 in /src
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.5 to 9.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.5...v9.0.0) --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d6f6ff5 commit f6f81c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MudBlazorPages/MudBlazorPages.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="MudBlazor" Version="7.10.0" />
2121
<PackageReference Include="Serilog" Version="4.0.2" />
2222
<PackageReference Include="Serilog.Sinks.BrowserConsole" Version="8.0.0" />
23-
<PackageReference Include="System.Text.Json" Version="8.0.5" />
23+
<PackageReference Include="System.Text.Json" Version="9.0.0" />
2424
</ItemGroup>
2525

2626
</Project>

0 commit comments

Comments
 (0)