Skip to content

Commit 3dac7c5

Browse files
Bump Microsoft.Bcl.AsyncInterfaces and Microsoft.Extensions.Logging.Abstractions
Bumps [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Bcl.AsyncInterfaces` from 9.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.0) Updates `Microsoft.Extensions.Logging.Abstractions` from 8.0.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.2...v9.0.0) --- updated-dependencies: - dependency-name: Microsoft.Bcl.AsyncInterfaces 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-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent df3eaba commit 3dac7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Analogy.LogServer/Analogy.LogServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.4" />
4242
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" />
4343
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
44-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
44+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
4545
<PackageReference Include="Microsoft.AspNetCore.Hosting.WindowsServices" Version="8.0.10" />
4646
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.10" />
4747
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.1" />

0 commit comments

Comments
 (0)