Skip to content

Commit

Permalink
Bump Microsoft.Bcl.HashCode and System.Resources.Extensions
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Bcl.HashCode](https://github.com/dotnet/corefx) and [System.Resources.Extensions](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Microsoft.Bcl.HashCode` from 1.1.1 to 1.1.1
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](dotnet/corefx@v1.1.1...v1.1.1)

Updates `System.Resources.Extensions` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v9.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Bcl.HashCode
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: System.Resources.Extensions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent bbe2d78 commit 5ab7455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Analogy.Interfaces/Analogy.Interfaces.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
<ItemGroup>
<PackageReference Include="Analogy.Interfaces.DataTypes" Version="1.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
<PackageReference Include="System.Resources.Extensions" Version="8.0.0" />
<PackageReference Include="System.Resources.Extensions" Version="9.0.0" />
</ItemGroup>
</Project>

0 comments on commit 5ab7455

Please sign in to comment.