Skip to content

Commit

Permalink
Bump System.Text.Json and System.Threading.Tasks.Extensions (#1250)
Browse files Browse the repository at this point in the history
Bumps [System.Text.Json](https://github.com/dotnet/runtime) and System.Threading.Tasks.Extensions. These dependencies needed to be updated together.

Updates `System.Text.Json` from 9.0.0 to 9.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.1)

Updates `System.Threading.Tasks.Extensions` from 4.6.0 to 4.5.4

---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: System.Threading.Tasks.Extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 24, 2025
1 parent d2c42d0 commit 3b5e8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Minio/Minio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Text.Json" Version="9.0.0" />
<PackageReference Include="System.Text.Json" Version="9.0.1" />
</ItemGroup>

</Project>

0 comments on commit 3b5e8d5

Please sign in to comment.