Skip to content

Commit

Permalink
Bump Microsoft.Extensions.Options from 1.0.0 to 8.0.1
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) from 1.0.0 to 8.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Options
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 9, 2024
1 parent a3707ea commit cbb7bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SteroidsDI/SteroidsDI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Options" Version="1.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.1" />
<PackageReference Include="System.Reflection.Emit" Version="4.7.0" />
</ItemGroup>

Expand Down

1 comment on commit cbb7bf9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'SteroidsDI Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.01.

Benchmark suite Current: cbb7bf9 Previous: a3707ea Ratio
Benchmarks.DeferBenchmarks.ResolveDefer 116.36934922291682 ns (± 0.39726192258950904) 103.68309993403298 ns (± 1.0437303131753848) 1.12
Benchmarks.DeferBenchmarks.ResolveIDefer 118.82537679672241 ns (± 1.012864475243346) 112.49164539117079 ns (± 0.1087395990373612) 1.06

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.