[System] Removal of the NET_2_0 in the source code
[mono.git] / mcs / class / System / System.Security.Cryptography.X509Certificates / X509IncludeOption.cs
index 345eb9341eac680aea020ede55174b2ce7cc9fba..48023c21e522b44e2248a9009f9b8ec526ebfc21 100644 (file)
@@ -27,8 +27,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 namespace System.Security.Cryptography.X509Certificates {
 
        public enum X509IncludeOption {
@@ -39,4 +37,3 @@ namespace System.Security.Cryptography.X509Certificates {
        }
 }
 
-#endif