From 86aa5e16f7aaf63769dae04ba47e365b2113e9f4 Mon Sep 17 00:00:00 2001 From: AJ Isaacs Date: Wed, 29 Oct 2025 11:04:32 -0400 Subject: [PATCH] chore: normalize line-endings/whitespace in Program and project file --- PepApi.Core/Program.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PepApi.Core/Program.cs b/PepApi.Core/Program.cs index f063a4f..e3535e1 100644 --- a/PepApi.Core/Program.cs +++ b/PepApi.Core/Program.cs @@ -4,6 +4,8 @@ using PepLib.Data; var builder = WebApplication.CreateBuilder(args); + + // Enable Windows Service hosting builder.Host.UseWindowsService();