[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / corlib / System.Runtime.Versioning / TargetFrameworkAttribute.cs
index e0d906ca46c60b9b3178992dbcd183a35e7a4aa3..a8f8c8f53f4d0193f2a30d6d072818640253236f 100644 (file)
@@ -27,7 +27,6 @@
 //
 using System;
 
-#if NET_4_0
 namespace System.Runtime.Versioning
 {
        [AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple = false, Inherited = false)]
@@ -50,4 +49,3 @@ namespace System.Runtime.Versioning
                }
        }
 }
-#endif