From 26b22b7407154db6e9d6fa678c892eb232bd40a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=85L=CE=9EX?= <123724383+ALEXWARELLC@users.noreply.github.com> Date: Wed, 16 Aug 2023 13:08:58 +0800 Subject: [PATCH] Run through Alexware Rewire. --- Core/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Program.cs b/Core/Program.cs index ef27463..8dbe324 100644 --- a/Core/Program.cs +++ b/Core/Program.cs @@ -10,7 +10,7 @@ private static async Task Main(string[] args) Utf8Json.Resolvers.GeneratedResolver.Instance, Utf8Json.Resolvers.BuiltinResolver.Instance ); - + while (true) { using var la = new LocalAdmin();