Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit adaafcb

Browse files
Bump Microsoft.Extensions.Logging.Console from 7.0.0 to 8.0.0 in /src
Bumps [Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime) 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.Console dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0d1e973 commit adaafcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/msgraph-cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<ItemGroup>
5757
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
5858
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
59-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
59+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
6060
<PackageReference Include="Microsoft.Graph.Cli.Core" Version="1.0.0-preview.10" />
6161
<PackageReference Include="System.CommandLine.Hosting" Version="0.4.0-alpha.22272.1" />
6262
</ItemGroup>

0 commit comments

Comments
 (0)