Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/guiunit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/framework/Internal/TestExecutionContext.cs')
-rw-r--r--[-rwxr-xr-x]src/framework/Internal/TestExecutionContext.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/framework/Internal/TestExecutionContext.cs b/src/framework/Internal/TestExecutionContext.cs
index d7e7bb6..cdaa43d 100755..100644
--- a/src/framework/Internal/TestExecutionContext.cs
+++ b/src/framework/Internal/TestExecutionContext.cs
@@ -34,7 +34,7 @@ using System.Security.Principal;
#endif
using NUnit.Framework.Api;
-#if !NETCF
+#if !NETCF && !NETCOREAPP
using System.Runtime.Remoting.Messaging;
#endif
@@ -52,11 +52,11 @@ namespace NUnit.Framework.Internal
/// Static methods for each setting forward to the internal
/// object on the top of the stack.
/// </summary>
- public class TestExecutionContext
-#if !SILVERLIGHT && !NETCF
+ public class TestExecutionContext
+#if !SILVERLIGHT && !NETCF && !NETCOREAPP
//: ILogicalThreadAffinative
#endif
- {
+ {
#region Instance Fields
/// <summary>