Skip to content

Commit e4cf88c

Browse files
chore(deps): bump System.Text.Json in /src/Uno.Wasm.Bootstrap
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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f0e3edc commit e4cf88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Uno.Wasm.Bootstrap/Uno.Wasm.Bootstrap.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<PackageReference Include="Mono.Cecil" Version="0.11.4" PrivateAssets="All" />
3737
<PackageReference Include="Mono.Options" Version="5.3.0.1" PrivateAssets="All" />
3838
<PackageReference Include="MSBuildTasks" Version="1.5.0.235" PrivateAssets="All" />
39-
<PackageReference Include="System.Text.Json" Version="8.0.4" PrivateAssets="All" />
39+
<PackageReference Include="System.Text.Json" Version="8.0.5" PrivateAssets="All" />
4040
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.0.2" PrivateAssets="All" />
4141
</ItemGroup>
4242

0 commit comments

Comments
 (0)