Unbreak the build
[mono.git] / mcs / class / System / System.Net / SecurityProtocolType.cs
index 81882201298d9125aa01e20e233686ceda417d5a..d68ab6e25d3c00e4c1deb00d512e917b1705cfc3 100644 (file)
@@ -30,7 +30,9 @@
 namespace System.Net {
 
        [Flags]
+#if !NET_2_0
        [Serializable]
+#endif
        public
        enum SecurityProtocolType {
                Ssl3 = 48,