Merge pull request #2112 from tgstation/dependabot/nuget/Microsoft.Extensions.Logging.EventLog-9.0.2

Bump Microsoft.Extensions.Logging.EventLog from 9.0.1 to 9.0.2
This commit is contained in:
tgstation-server-ci[bot]
2025-02-14 08:49:36 +00:00
committed by GitHub
@@ -23,7 +23,7 @@
<!-- Usage: Identifies when we are running in the context of the Windows SCM -->
<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" />
<PackageReference Include="Microsoft.Extensions.Logging.EventLog" Version="9.0.2" />
<!-- Usage: Console logging plugin -->
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.1" />
<!-- Usage: Updated transitive dependency of Core.System.ServiceProcess -->