Bump Microsoft.Extensions.Hosting.WindowsServices, Microsoft.Extensions.Logging.Console, Microsoft.Extensions.Logging.EventLog and System.ServiceProcess.ServiceController

Bumps [Microsoft.Extensions.Hosting.WindowsServices](https://github.com/dotnet/runtime), [Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime), [Microsoft.Extensions.Logging.EventLog](https://github.com/dotnet/runtime) and [System.ServiceProcess.ServiceController](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Microsoft.Extensions.Hosting.WindowsServices` from 9.0.0 to 9.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v9.0.0...v9.0.1)

Updates `Microsoft.Extensions.Logging.Console` from 9.0.1 to 9.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v9.0.1...v9.0.1)

Updates `Microsoft.Extensions.Logging.EventLog` from 9.0.1 to 9.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v9.0.1...v9.0.1)

Updates `System.ServiceProcess.ServiceController` from 9.0.1 to 9.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v9.0.1...v9.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Hosting.WindowsServices
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Logging.EventLog
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: System.ServiceProcess.ServiceController
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-01-20 12:21:43 +00:00
committed by GitHub
parent 44bbe52dc4
commit a97b349c72
@@ -21,7 +21,7 @@
<!-- Usage: Command line argument support -->
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" />
<!-- Usage: Identifies when we are running in the context of the Windows SCM -->
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="9.0.1" />
<!-- Usage: Windows event log logging plugin -->
<PackageReference Include="Microsoft.Extensions.Logging.EventLog" Version="9.0.1" />
<!-- Usage: Console logging plugin -->