Skip to content

Commit 3b5e8d5

Browse files
Bump System.Text.Json and System.Threading.Tasks.Extensions (#1250)
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>
1 parent d2c42d0 commit 3b5e8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Minio/Minio.csproj

+1-1
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="9.0.0" />
33+
<PackageReference Include="System.Text.Json" Version="9.0.1" />
3434
</ItemGroup>
3535

3636
</Project>

0 commit comments

Comments
 (0)