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

Commit 3b47000

Browse files
Bump Microsoft.Extensions.Logging.Abstractions from 6.0.2 to 7.0.0
Bumps [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) from 6.0.2 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.Abstractions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5164fbb commit 3b47000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/HassClient.Unit.Tests/HassClient.Unit.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
<PrivateAssets>all</PrivateAssets>
1717
</PackageReference>
18-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.2" />
18+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
2020
<PackageReference Include="Moq" Version="4.18.3" />
2121
<PackageReference Include="xunit" Version="2.4.2" />

0 commit comments

Comments
 (0)