Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 564 Bytes

File metadata and controls

8 lines (6 loc) · 564 Bytes

Example.CoreWindowsServiceOnFullFramework

.NET 6 hosted service as a Windows service running on the .NET 4.6.2 full framework.

Build and Test

Uses

  • Microsoft.Extensions.Hosting and Microsoft.Extensions.Hosting.WindowsServices to run application as either a Console application or an installed Windows Service.
  • Serilog for logging.