Skip to content

Commit d66e111

Browse files
Bump System.Text.Json from 8.0.5 to 9.0.0
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 4d772bc commit d66e111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Agent/Agent.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0"/>
2626
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2"/>
2727
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all"/>
28-
<PackageReference Include="System.Text.Json" Version="8.0.5"/>
28+
<PackageReference Include="System.Text.Json" Version="9.0.0"/>
2929
<None Include="../README.md" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="."/>
3030
</ItemGroup>
3131

0 commit comments

Comments
 (0)