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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/test-helpers/PlatformDetection.cs')
-rw-r--r--mcs/class/test-helpers/PlatformDetection.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/class/test-helpers/PlatformDetection.cs b/mcs/class/test-helpers/PlatformDetection.cs
index 321d8eed680..fea6b0559df 100644
--- a/mcs/class/test-helpers/PlatformDetection.cs
+++ b/mcs/class/test-helpers/PlatformDetection.cs
@@ -23,5 +23,6 @@ namespace System
return id == PlatformID.Win32Windows || id == PlatformID.Win32NT;
}
}
+ public static bool IsInAppContainer => false;
}
-}
+} \ No newline at end of file