diff --git a/src/Tomas.Kernel/GlobalUsing.cs b/src/Tomas.Kernel/GlobalUsing.cs index 6380375..b1bfac8 100644 --- a/src/Tomas.Kernel/GlobalUsing.cs +++ b/src/Tomas.Kernel/GlobalUsing.cs @@ -6,10 +6,10 @@ See the (UN)LICENSE file in the project root for more information. */ global using System.Diagnostics.CodeAnalysis; global using System.Diagnostics; -global using Tomas.Common.Programs; +global using Tomas.Core.Programs; global using Tomas.Interface; global using Tomas.Kernel.Programs; global using Cosmos.System.FileSystem; global using Cosmos.System.FileSystem.VFS; -global using Tomas.Common; +global using Tomas.Core; global using Os = Cosmos.System; \ No newline at end of file diff --git a/src/Tomas.Terminal/GlobalUsing.cs b/src/Tomas.Terminal/GlobalUsing.cs index 5232722..bbcdb99 100644 --- a/src/Tomas.Terminal/GlobalUsing.cs +++ b/src/Tomas.Terminal/GlobalUsing.cs @@ -6,5 +6,5 @@ See the (UN)LICENSE file in the project root for more information. */ global using System.Diagnostics.CodeAnalysis; global using System.Diagnostics; -global using Tomas.Common.Programs; +global using Tomas.Core.Programs; global using Tomas.Interface; \ No newline at end of file