Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3167699

Browse files
authoredNov 13, 2024··
Bump Microsoft.Extensions.Logging.Abstractions from 8.0.1 to 9.0.0
Bumps [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) from 8.0.1 to 9.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.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 9c1a4c1 commit 3167699

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CICD.Tools.MSTeamsWorkflowWebhookCard.LibTests/CICD.Tools.MSTeamsWorkflowWebhookCard.LibTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
12+
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1414
<PackageReference Include="MSTest.TestAdapter" Version="3.6.0" />
1515
<PackageReference Include="MSTest.TestFramework" Version="3.6.0" />

‎Skyline.DataMiner.CICD.Tools.MSTeamsWorkflowWebhookCard.Lib/CICD.Tools.MSTeamsWorkflowWebhookCard.Lib.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</ItemGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
28+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
2929
<PackageReference Include="AdaptiveCards" Version="3.1.0" />
3030
</ItemGroup>
3131

0 commit comments

Comments
 (0)
Please sign in to comment.