Skip to content

Commit dfed2bc

Browse files
Bump System.IO.Hashing from 7.0.0 to 8.0.0 (#921)
Bumps [System.IO.Hashing](https://github.com/dotnet/runtime) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: System.IO.Hashing dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b724ece commit dfed2bc

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
@@ -13,7 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
1515
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
16-
<PackageReference Include="System.IO.Hashing" Version="7.0.0" />
16+
<PackageReference Include="System.IO.Hashing" Version="8.0.0" />
1717
<PackageReference Include="System.Reactive" Version="6.0.0" />
1818
<!--
1919
<PackageReference Include="System.Reactive.Async" Version="6.0.0-alpha.18" />

0 commit comments

Comments
 (0)