Merge pull request #644 from knocte/connstrings
[mono.git] / mcs / class / System.Configuration / System.Configuration / RegexStringValidatorAttribute.cs
index 8fb2e41ea1a1800e6ad579d6c1fba7dff21041c9..225ed103b1193121c7a209c15abe78da45abf615 100644 (file)
@@ -26,8 +26,6 @@
 // Copyright (C) 2005 Novell, Inc (http://www.novell.com)
 //
 
-#if NET_2_0
-
 namespace System.Configuration
 {
        [AttributeUsage (AttributeTargets.Property)]
@@ -55,4 +53,3 @@ namespace System.Configuration
        }
 }
 
-#endif