[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / SystemWebTestShim / SystemWebTestShim / BuildManager.cs
index 1a6481c6ba87baa12352fa47c8b229335d38f594..8b3cfdb52d7be0a4656c7fbe5c9b2ea25acbc2cf 100644 (file)
@@ -32,7 +32,7 @@ namespace SystemWebTestShim {
        public class BuildManager {
                public static void SuppressDebugModeMessages ()
                {
-#if NET_2_0 && !TARGET_DOTNET
+#if !TARGET_DOTNET
                        global::System.Web.Compilation.BuildManager.suppressDebugModeMessages = true;
 #endif
                }