Skip to content

Commit 918f02e

Browse files
Bump System.Text.Json and System.Threading.Tasks.Extensions (#1240)
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 8.0.5 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.5...v9.0.0) 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-major - 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>
1 parent 95510b6 commit 918f02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Minio/Minio.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</ItemGroup>
3131

3232
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
33-
<PackageReference Include="System.Text.Json" Version="8.0.5" />
33+
<PackageReference Include="System.Text.Json" Version="9.0.0" />
3434
</ItemGroup>
3535

3636
</Project>

0 commit comments

Comments
 (0)