Skip to content

Commit

Permalink
Update Microsoft.Extensions.Options requirement from 5.0.* to 8.0.*
Browse files Browse the repository at this point in the history
Updates the requirements on [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) to permit the latest version.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v5.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Options
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent 48ad71c commit 90dc288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Alembic.Common/Alembic.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="5.0.*" />
<PackageReference Include="Microsoft.Extensions.Http" Version="5.0.*" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.*" />
<PackageReference Include="Microsoft.Extensions.Options" Version="5.0.*" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.*" />
<PackageReference Include="Polly" Version="7.2.*" />
</ItemGroup>

Expand Down

0 comments on commit 90dc288

Please sign in to comment.