Skip to content

Commit

Permalink
Bump System.Reflection.Metadata and System.Collections.Immutable
Browse files Browse the repository at this point in the history
Bumps [System.Reflection.Metadata](https://github.com/dotnet/runtime) and [System.Collections.Immutable](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `System.Reflection.Metadata` 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.Collections.Immutable` 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)

---
updated-dependencies:
- dependency-name: System.Reflection.Metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: System.Collections.Immutable
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 16, 2025
1 parent 459254a commit cf17596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/BCryptNet.BenchMarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net48'">
<PackageReference Include="System.Collections.Immutable" Version="9.0.0" />
<PackageReference Include="System.Reflection.Metadata" Version="9.0.0" />
<PackageReference Include="System.Collections.Immutable" Version="9.0.1" />
<PackageReference Include="System.Reflection.Metadata" Version="9.0.1" />
<PackageReference Include="NETStandard.Library" Version="2.0.3" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<Reference Include="System" />
Expand Down

0 comments on commit cf17596

Please sign in to comment.