X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.CompilerServices%2FReferenceAssemblyAttribute.cs;h=3f6230d0b8b7f6d8897237cbea8a870d73cc2130;hb=e2812813f9cd0a9342982f42f8b8b9818132a7fb;hp=579e0a7b9d2336cb4e6f8b553814c4933388e5b5;hpb=9e1f34dd2d7be45b2a3a6b1c133a4a1de8c3d864;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.CompilerServices/ReferenceAssemblyAttribute.cs b/mcs/class/corlib/System.Runtime.CompilerServices/ReferenceAssemblyAttribute.cs index 579e0a7b9d2..3f6230d0b8b 100644 --- a/mcs/class/corlib/System.Runtime.CompilerServices/ReferenceAssemblyAttribute.cs +++ b/mcs/class/corlib/System.Runtime.CompilerServices/ReferenceAssemblyAttribute.cs @@ -25,12 +25,11 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // +#if NET_4_0 using System; using System.Runtime.InteropServices; -#if NET_4_0 - namespace System.Runtime.CompilerServices { [AttributeUsage (AttributeTargets.Assembly, AllowMultiple=false)]