Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 90672fe commit 2dac23f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0-rc.2.*" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="8.0.0-rc.2.*" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0-rc.2.*" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0-rc.2.*" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0.pre.rc.*" />
<PackageReference Include="MailKit" Version="4.2.0" />
<PackageReference Include="Serilog.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Serilog.Formatting.Compact" Version="1.1.0" />
Expand Down

0 comments on commit 2dac23f

Please sign in to comment.