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 @@ - +