From 716a00fa50613e4193389742637939dc3625ec78 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 7 May 2024 19:00:12 +0000 Subject: [PATCH] case 4586 CHECKPOINT commit prior to making dependency upgrades to back end including .net8 --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 3c75807..85184cd 100644 --- a/Program.cs +++ b/Program.cs @@ -1,7 +1,7 @@ global using System.Diagnostics; global using System.Text.Json; - +//checkpoint commit comment for case 4586 prior to backend dependency update // Prevent from ending if CTL+C is pressed. Console.TreatControlCAsInput = true;