Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Microsoft.Extensions.Logging.Abstractions requirement from 5.0.* to 8.0.* #27

Open
wants to merge 1 commit into
base: branch-zero
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Microsoft.Extensions.Logging.Abstractions requirement
Updates the requirements on [Microsoft.Extensions.Logging.Abstractions](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.Logging.Abstractions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Nov 15, 2023
commit a75aab66f3e28727cb3a9d73bf672fad05482fd9
2 changes: 1 addition & 1 deletion src/Alembic.Common/Alembic.Common.csproj
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.*" />
<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.Logging.Abstractions" Version="8.0.*" />
<PackageReference Include="Microsoft.Extensions.Options" Version="5.0.*" />
<PackageReference Include="Polly" Version="7.2.*" />
</ItemGroup>