Skip to content

Commit 956ef75

Browse files
Bump Microsoft.Extensions.Logging and Microsoft.Extensions.Logging.Console (#915)
Bumps [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Logging` from 9.0.0 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.3) Updates `Microsoft.Extensions.Logging.Console` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.3) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Logging.Console dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0e0ff2 commit 956ef75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Elastic.Documentation.Tooling/Elastic.Documentation.Tooling.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
@@ -8,8 +8,8 @@
88

99
<ItemGroup>
1010
<PackageReference Include="ConsoleAppFramework.Abstractions" Version="5.4.1" />
11-
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.2"/>
12-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.2"/>
11+
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.3"/>
12+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.3"/>
1313
<PackageReference Include="Github.Actions.Core" Version="9.0.0"/>
1414
<PackageReference Include="Crayon" Version="2.0.69"/>
1515
<PackageReference Include="Errata" Version="0.13.0" />

0 commit comments

Comments
 (0)