Merge pull request #3522 from henricm/fix-csharp-compiler-path-windows
[mono.git] / mcs / class / corlib / ReferenceSources / CompatibilitySwitches.cs
index ba5dba8e652eb1008f7f6b1745c06f540135ff1f..24ee1ee00f249ad9e06c1520a66961ab55447a02 100644 (file)
@@ -30,7 +30,7 @@ namespace System
 {
        static class CompatibilitySwitches
        {
-               public const bool IsAppEarlierThanSilverlight4 = false;
-               public const bool IsAppEarlierThanWindowsPhone8 = false;
+               public static readonly bool IsAppEarlierThanSilverlight4 = false;
+               public static readonly bool IsAppEarlierThanWindowsPhone8 = false;
        }
 }
\ No newline at end of file