Skip to content

Commit b342e35

Browse files
Bump Microsoft.Extensions.Hosting.Abstractions, Microsoft.Extensions.Hosting.WindowsServices, Microsoft.Extensions.Logging and Microsoft.Extensions.Logging.Abstractions
Bumps [Microsoft.Extensions.Hosting.Abstractions](https://github.com/dotnet/runtime), [Microsoft.Extensions.Hosting.WindowsServices](https://github.com/dotnet/runtime), [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.Hosting.Abstractions` 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) Updates `Microsoft.Extensions.Hosting.WindowsServices` 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) Updates `Microsoft.Extensions.Logging` 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) 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.Extensions.Hosting.Abstractions dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Hosting.WindowsServices dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-major - 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 b342e35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Analogy.LogServer/Analogy.LogServer.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
<PackageReference Include="Serilog.Enrichers.Thread" Version="4.0.0" />
4040
<PackageReference Include="Serilog.Extensions.Hosting" Version="8.0.0" />
4141
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.4" />
42-
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" />
42+
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" />
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" />
47-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.1" />
48-
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="8.0.1" />
47+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.0" />
48+
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="9.0.0" />
4949
</ItemGroup>
5050
<ItemGroup>
5151
<Content Update="appsettings_LogServer.json">

0 commit comments

Comments
 (0)