Skip to content

Commit 5a4a9eb

Browse files
Bump Microsoft.Extensions.Logging.Debug and Microsoft.Extensions.Logging.Abstractions
Bumps [Microsoft.Extensions.Logging.Debug](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Logging.Debug` from 6.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.0...v8.0.0) Updates `Microsoft.Extensions.Logging.Abstractions` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging.Debug dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d61e301 commit 5a4a9eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/C3D/Extensions/Logging/Xunit/Test/C3D.Extensions.Logging.Xunit.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<PackageReference Include="System.Collections.Immutable" Version="6.0.0" />
2525

26-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="6.0.0" />
26+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
2727
</ItemGroup>
2828

2929
<ItemGroup>

0 commit comments

Comments
 (0)