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:
authorMarek Safar <marek.safar@gmail.com>2017-08-07 17:39:39 +0300
committerMarek Safar <marek.safar@gmail.com>2017-10-05 23:43:54 +0300
commit411a37af27905eaa44dac1a31f6387a11c0b0244 (patch)
tree91ae551aa6c377e83f0c3ba8cfe93201296cce0b /mcs/class/test-helpers
parent3e9d7d6e9cf8dc33eb29c497c350a1cd7df3a057 (diff)
Bump corefx
Diffstat (limited to 'mcs/class/test-helpers')
-rw-r--r--mcs/class/test-helpers/PlatformDetection.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/mcs/class/test-helpers/PlatformDetection.cs b/mcs/class/test-helpers/PlatformDetection.cs
new file mode 100644
index 00000000000..d9f6d384efe
--- /dev/null
+++ b/mcs/class/test-helpers/PlatformDetection.cs
@@ -0,0 +1,7 @@
+namespace System
+{
+ static partial class PlatformDetection
+ {
+ public static readonly bool IsNetNative = false;
+ }
+} \ No newline at end of file