diff --git a/TestPlugin.CSharp/Controller.cs b/TestPlugin.CSharp/Controller.cs index b264a78..2e006f9 100644 --- a/TestPlugin.CSharp/Controller.cs +++ b/TestPlugin.CSharp/Controller.cs @@ -1,7 +1,7 @@ using KitX.Contract.CSharp; -using KitX.Shared.Plugin; -using KitX.Shared.WebCommand; -using KitX.Shared.WebCommand.Details; +using KitX.Shared.CSharp.Plugin; +using KitX.Shared.CSharp.WebCommand; +using KitX.Shared.CSharp.WebCommand.Details; using System.Text.Json; namespace TestPlugin.CSharp; diff --git a/TestPlugin.CSharp/IdentityInterface.cs b/TestPlugin.CSharp/IdentityInterface.cs index e436eec..defaac5 100644 --- a/TestPlugin.CSharp/IdentityInterface.cs +++ b/TestPlugin.CSharp/IdentityInterface.cs @@ -1,5 +1,5 @@ using KitX.Contract.CSharp; -using KitX.Shared.Plugin; +using KitX.Shared.CSharp.Plugin; namespace TestPlugin.CSharp; diff --git a/TestPlugin.CSharp/TestPlugin.CSharp.csproj b/TestPlugin.CSharp/TestPlugin.CSharp.csproj index 3f24b18..a533f98 100644 --- a/TestPlugin.CSharp/TestPlugin.CSharp.csproj +++ b/TestPlugin.CSharp/TestPlugin.CSharp.csproj @@ -20,7 +20,6 @@ - diff --git a/TestPlugin.WPF.Core/Controller.cs b/TestPlugin.WPF.Core/Controller.cs index d4cab33..323b447 100644 --- a/TestPlugin.WPF.Core/Controller.cs +++ b/TestPlugin.WPF.Core/Controller.cs @@ -1,6 +1,6 @@ using KitX.Contract.CSharp; -using KitX.Shared.WebCommand; -using KitX.Shared.WebCommand.Details; +using KitX.Shared.CSharp.WebCommand; +using KitX.Shared.CSharp.WebCommand.Details; using System; using System.Windows; diff --git a/TestPlugin.WPF.Core/MainWindow.xaml.cs b/TestPlugin.WPF.Core/MainWindow.xaml.cs index 322eab4..d53149a 100644 --- a/TestPlugin.WPF.Core/MainWindow.xaml.cs +++ b/TestPlugin.WPF.Core/MainWindow.xaml.cs @@ -1,6 +1,6 @@ using KitX.Contract.CSharp; -using KitX.Shared.Plugin; -using KitX.Shared.WebCommand; +using KitX.Shared.CSharp.Plugin; +using KitX.Shared.CSharp.WebCommand; using System; using System.Reflection; using System.Windows; diff --git a/TestPlugin.WPF.Core/TestPlugin.WPF.Core.csproj b/TestPlugin.WPF.Core/TestPlugin.WPF.Core.csproj index 3082fad..1f4aaf1 100644 --- a/TestPlugin.WPF.Core/TestPlugin.WPF.Core.csproj +++ b/TestPlugin.WPF.Core/TestPlugin.WPF.Core.csproj @@ -13,7 +13,6 @@ - diff --git a/TestPlugin.Winform.Core/Controller.cs b/TestPlugin.Winform.Core/Controller.cs index 222b5b1..f1b3885 100644 --- a/TestPlugin.Winform.Core/Controller.cs +++ b/TestPlugin.Winform.Core/Controller.cs @@ -1,6 +1,6 @@ using KitX.Contract.CSharp; -using KitX.Shared.WebCommand; -using KitX.Shared.WebCommand.Details; +using KitX.Shared.CSharp.WebCommand; +using KitX.Shared.CSharp.WebCommand.Details; using System.Text.Json; namespace TestPlugin.Winform.Core; diff --git a/TestPlugin.Winform.Core/IdentityInterface.cs b/TestPlugin.Winform.Core/IdentityInterface.cs index df74135..3ba48f7 100644 --- a/TestPlugin.Winform.Core/IdentityInterface.cs +++ b/TestPlugin.Winform.Core/IdentityInterface.cs @@ -1,5 +1,5 @@ using KitX.Contract.CSharp; -using KitX.Shared.Plugin; +using KitX.Shared.CSharp.Plugin; namespace TestPlugin.Winform.Core; diff --git a/TestPlugin.Winform.Core/TestPlugin.Winform.Core.csproj b/TestPlugin.Winform.Core/TestPlugin.Winform.Core.csproj index 68c8278..7128591 100644 --- a/TestPlugin.Winform.Core/TestPlugin.Winform.Core.csproj +++ b/TestPlugin.Winform.Core/TestPlugin.Winform.Core.csproj @@ -14,7 +14,6 @@ - \ No newline at end of file