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-10-19 14:19:45 +0300
committerMarek Safar <marek.safar@gmail.com>2017-11-24 00:45:15 +0300
commit1cc3bc58bee819b2c1905cc274049fbf2e7781ad (patch)
tree2e9d9c056e2dbf263c126984210fcbb37dadec56 /mcs/class/test-helpers
parentecd85dc83916472e4c4f0f3b16f6f802be17e7a5 (diff)
Bump corefx
Diffstat (limited to 'mcs/class/test-helpers')
-rw-r--r--mcs/class/test-helpers/PlatformDetection.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/test-helpers/PlatformDetection.cs b/mcs/class/test-helpers/PlatformDetection.cs
index 059d5912b8d..a265cc51113 100644
--- a/mcs/class/test-helpers/PlatformDetection.cs
+++ b/mcs/class/test-helpers/PlatformDetection.cs
@@ -8,5 +8,6 @@ namespace System
public static readonly bool IsFullFramework = true;
public static readonly bool IsWindowsNanoServer = false;
public static bool IsNonZeroLowerBoundArraySupported => true;
+ public static bool IsUap => false;
}
} \ No newline at end of file