Skip to content

Commit 3d25185

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

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
@@ -18,7 +18,7 @@
1818
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.8" />
1919
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.10" PrivateAssets="all" />
2020
<PackageReference Include="MudBlazor" Version="7.8.0" />
21-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
21+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
2222
</ItemGroup>
2323

2424
</Project>

0 commit comments

Comments
 (0)