Skip to content

Commit 00349e1

Browse files
Bump Microsoft.Extensions.Logging.Abstractions from 5.0.0 to 6.0.0
Bumps [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v5.0.0...v6.0.0) --- updated-dependencies: - 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 63ec57e commit 00349e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CommandLineParser/CommandLineParser.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
<ItemGroup>
4444
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.2" />
45-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
45+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.0" />
4646
</ItemGroup>
4747

4848
</Project>

0 commit comments

Comments
 (0)