Bump corefx
[mono.git] / mcs / class / test-helpers / PlatformDetection.cs
diff --git a/mcs/class/test-helpers/PlatformDetection.cs b/mcs/class/test-helpers/PlatformDetection.cs
new file mode 100644 (file)
index 0000000..d9f6d38
--- /dev/null
@@ -0,0 +1,7 @@
+namespace System
+{
+       static partial class PlatformDetection
+       {
+               public static readonly bool IsNetNative = false;
+       }
+}
\ No newline at end of file