Skip to content

Commit

Permalink
Bump Microsoft.Extensions.Options from 1.0.0 to 8.0.2
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.2.
- [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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent d2ecfbb commit 9844894
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.2" />
<PackageReference Include="System.Reflection.Emit" Version="4.7.0" />
</ItemGroup>

Expand Down

1 comment on commit 9844894

@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: 9844894 Previous: d2ecfbb Ratio
Benchmarks.DeferBenchmarks.ResolveIDefer 119.38812899589539 ns (± 1.1067857983698048) 114.04733959986613 ns (± 0.14368674978865847) 1.05

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

Please sign in to comment.