From 618d845bf1b07825700fc4b2d7e315ff4380f45e Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 13 Apr 2025 11:56:17 +0200 Subject: [PATCH] Refactored common imports --- app/Build/GlobalUsings.cs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app/Build/GlobalUsings.cs diff --git a/app/Build/GlobalUsings.cs b/app/Build/GlobalUsings.cs new file mode 100644 index 00000000..e15bc8b9 --- /dev/null +++ b/app/Build/GlobalUsings.cs @@ -0,0 +1,7 @@ +// Global using directives + +global using System.Text; + +global using Cocona; + +global using Environment = Build.Tools.Environment; \ No newline at end of file