From f8c70ddf685efe4eed1a13624b52a9024dc12daf Mon Sep 17 00:00:00 2001 From: RuKira Date: Sat, 14 Mar 2026 16:30:55 +0000 Subject: [PATCH] Project Cleanup --- obj/Debug/net9.0/RelayCore.GlobalUsings.g.cs | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 obj/Debug/net9.0/RelayCore.GlobalUsings.g.cs diff --git a/obj/Debug/net9.0/RelayCore.GlobalUsings.g.cs b/obj/Debug/net9.0/RelayCore.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d..0000000 --- a/obj/Debug/net9.0/RelayCore.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks;