Skip to content

Commit 2e6e08a

Browse files
Bump Microsoft.Extensions.Hosting.Abstractions and Microsoft.Extensions.Logging.Abstractions
Bumps [Microsoft.Extensions.Hosting.Abstractions](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.Hosting.Abstractions` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) Updates `Microsoft.Extensions.Logging.Abstractions` from 8.0.1 to 8.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v8.0.2) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting.Abstractions 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] <support@github.com>
1 parent e127269 commit 2e6e08a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Analogy.LogServer/Analogy.LogServer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.3" />
4242
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
4343
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
44-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
44+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
4545
<PackageReference Include="Microsoft.AspNetCore.Hosting.WindowsServices" Version="8.0.8" />
4646
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.8" />
47-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
47+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.1" />
4848
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="8.0.0" />
4949
</ItemGroup>
5050
<ItemGroup>

0 commit comments

Comments
 (0)