From d25440a711c7defa5663fb55093f1a7fa95b03e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=9F=B3=E5=A4=B4?= Date: Sun, 28 Jul 2024 10:46:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7Remoting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Plugins/MySqlAgent/MySqlAgent.csproj | 2 +- Samples/TestA/TestA.csproj | 2 +- Samples/TestB/TestB.csproj | 2 +- Stardust.Data/Stardust.Data.csproj | 2 +- Stardust.Server/Stardust.Server.csproj | 2 +- Stardust.Web/Stardust.Web.csproj | 4 ++-- Stardust/StarHelper.cs | 2 ++ Stardust/Stardust.csproj | 4 ++-- Test/Test.csproj | 2 +- 9 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Plugins/MySqlAgent/MySqlAgent.csproj b/Plugins/MySqlAgent/MySqlAgent.csproj index c9a34e89..2c4096cb 100644 --- a/Plugins/MySqlAgent/MySqlAgent.csproj +++ b/Plugins/MySqlAgent/MySqlAgent.csproj @@ -20,7 +20,7 @@ - + diff --git a/Samples/TestA/TestA.csproj b/Samples/TestA/TestA.csproj index 0277992b..71267d35 100644 --- a/Samples/TestA/TestA.csproj +++ b/Samples/TestA/TestA.csproj @@ -18,7 +18,7 @@ - + diff --git a/Samples/TestB/TestB.csproj b/Samples/TestB/TestB.csproj index 17baa4fc..ddc620e4 100644 --- a/Samples/TestB/TestB.csproj +++ b/Samples/TestB/TestB.csproj @@ -18,7 +18,7 @@ - + diff --git a/Stardust.Data/Stardust.Data.csproj b/Stardust.Data/Stardust.Data.csproj index e6bc2e0f..725673b6 100644 --- a/Stardust.Data/Stardust.Data.csproj +++ b/Stardust.Data/Stardust.Data.csproj @@ -41,7 +41,7 @@ - + diff --git a/Stardust.Server/Stardust.Server.csproj b/Stardust.Server/Stardust.Server.csproj index 28dcf8df..1c4c6db4 100644 --- a/Stardust.Server/Stardust.Server.csproj +++ b/Stardust.Server/Stardust.Server.csproj @@ -46,7 +46,7 @@ - + diff --git a/Stardust.Web/Stardust.Web.csproj b/Stardust.Web/Stardust.Web.csproj index 3a0bbc13..fd839573 100644 --- a/Stardust.Web/Stardust.Web.csproj +++ b/Stardust.Web/Stardust.Web.csproj @@ -50,9 +50,9 @@ - + - + diff --git a/Stardust/StarHelper.cs b/Stardust/StarHelper.cs index 46eef532..59091819 100644 --- a/Stardust/StarHelper.cs +++ b/Stardust/StarHelper.cs @@ -51,6 +51,7 @@ public static StarFactory AddStardust(this IObjectContainer services, String? se return star; } +#if NET40 /// 安全退出进程,目标进程还有机会执行退出代码 /// /// @@ -139,6 +140,7 @@ public static Boolean GetHasExited(this Process process) // return false; //} } +#endif private static ICache _cache = new MemoryCache(); /// 获取进程名。dotnet/java进程取文件名 diff --git a/Stardust/Stardust.csproj b/Stardust/Stardust.csproj index e0a3484b..147eb1ee 100644 --- a/Stardust/Stardust.csproj +++ b/Stardust/Stardust.csproj @@ -112,10 +112,10 @@ - + - + diff --git a/Test/Test.csproj b/Test/Test.csproj index 97fc8833..1b27316e 100644 --- a/Test/Test.csproj +++ b/Test/Test.csproj @@ -30,7 +30,7 @@ - +