Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit 8e20992

Browse files
Bump Microsoft.Extensions.Logging.Console from 6.0.0 to 7.0.0
Bumps [Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging.Console dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3aa06c9 commit 8e20992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HassClient/HassClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<ItemGroup>
2525
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
2626
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
27-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
27+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
2828
<PackageReference Include="System.IO.Pipelines" Version="6.0.3" />
2929
<PackageReference Include="Roslynator.Analyzers" Version="4.1.1">
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)