Skip to content

Commit 4c86200

Browse files
Bump System.Text.Json in /ManagedCode.Communication.Tests
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] <support@github.com>
1 parent 71ca15a commit 4c86200

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ManagedCode.Communication.Tests/ManagedCode.Communication.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
2929
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
3030
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
31-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
31+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
3232
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.6" />
3333
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.6" />
3434
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.6" />

0 commit comments

Comments
 (0)