Refactored common imports

This commit is contained in:
Thorsten Sommer 2025-04-13 11:56:17 +02:00
parent 2ce68cdca6
commit 618d845bf1
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -0,0 +1,7 @@
// Global using directives
global using System.Text;
global using Cocona;
global using Environment = Build.Tools.Environment;