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

Commit 3aa06c9

Browse files
Bump Microsoft.Extensions.Logging.Abstractions from 6.0.1 to 6.0.2 (#175)
Bumps [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 14f00a8 commit 3aa06c9

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.1" />
18+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.2" />
1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
2020
<PackageReference Include="Moq" Version="4.18.1" />
2121
<PackageReference Include="xunit" Version="2.4.2" />

0 commit comments

Comments
 (0)