Skip to content

Commit

Permalink
chore(deps): Bump BenchmarkDotNet.Diagnostics.Windows, Microsoft.Exte…
Browse files Browse the repository at this point in the history
…nsions.DependencyInjection.Abstractions and Microsoft.Extensions.Options

Bumps [BenchmarkDotNet.Diagnostics.Windows](https://github.com/dotnet/BenchmarkDotNet), [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/aspnet/DependencyInjection) and [Microsoft.Extensions.Options](https://github.com/aspnet/Options). These dependencies needed to be updated together.

Updates `BenchmarkDotNet.Diagnostics.Windows` from 0.13.12 to 0.14.0
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](dotnet/BenchmarkDotNet@v0.13.12...v0.14.0)

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/aspnet/DependencyInjection/releases)
- [Commits](aspnet/DependencyInjection@2.1.0...2.1.1)

Updates `Microsoft.Extensions.Options` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/aspnet/Options/releases)
- [Commits](aspnet/Options@2.1.0...2.1.1)

---
updated-dependencies:
- dependency-name: BenchmarkDotNet.Diagnostics.Windows
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Options
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 716bba1 commit be2c0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/IbanNet.Benchmark/IbanNet.Benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.12" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.14.0" />
<PackageReference Include="IBAN4Net" Version="2.0.6" Condition="$(DefineConstants.Contains('VALIDATOR_COMPARISONS'))" />
<PackageReference Include="IbanValidation" Version="2.0.0" Condition="$(DefineConstants.Contains('VALIDATOR_COMPARISONS'))" />
</ItemGroup>
Expand Down

0 comments on commit be2c0b8

Please sign in to comment.