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 3d3faaa

Browse files
authoredJan 15, 2025··
Bump Microsoft.Extensions.Logging and Microsoft.Extensions.Logging.Abstractions
Bumps [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Logging` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) Updates `Microsoft.Extensions.Logging.Abstractions` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 791659b commit 3d3faaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Analogy.LogServer/Analogy.LogServer.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<PackageReference Include="Serilog.Enrichers.Thread" Version="4.0.0" />
4040
<PackageReference Include="Serilog.Extensions.Hosting" Version="9.0.0" />
4141
<PackageReference Include="Serilog.Settings.Configuration" Version="9.0.0" />
42-
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" />
42+
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.1" />
4343
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
4444
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.1" />
4545
<PackageReference Include="Microsoft.AspNetCore.Hosting.WindowsServices" Version="9.0.0" />

0 commit comments

Comments
 (0)
Please sign in to comment.