Bump corefx
[mono.git] / mcs / class / test-helpers / PlatformDetection.cs
1 namespace System
2 {
3         static partial class PlatformDetection
4         {
5                 public static readonly bool IsNetNative = false;
6         }
7 }