From f2daae5d7962013ab914ec68e6e8a576e3821384 Mon Sep 17 00:00:00 2001 From: Gene Date: Mon, 19 Dec 2022 14:09:49 +0100 Subject: [PATCH] Upgraded to .NET 6 --- Test.CM15/Program.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Test.CM15/Program.cs b/Test.CM15/Program.cs index a99c098..9d7138b 100644 --- a/Test.CM15/Program.cs +++ b/Test.CM15/Program.cs @@ -16,13 +16,9 @@ You may obtain a copy of the License at limitations under the License. */ -using System; -using System.Threading; - using XTenLib; -using NLog; -namespace Test.X10 +namespace Test.CM15 { class MainClass {