Include TargetFrameworkAttribute in monotouch and monodroid as well
authorGeoff Norton <gnorton@novell.com>
Mon, 20 Sep 2010 16:31:42 +0000 (12:31 -0400)
committerGeoff Norton <gnorton@novell.com>
Mon, 20 Sep 2010 16:31:42 +0000 (12:31 -0400)
mcs/class/corlib/System.Runtime.Versioning/TargetFrameworkAttribute.cs

index 827171306980fc4dddb7ea93adc63fecf3bd2adc..bf951cc1b754785650103316c64d2a9971ebedbd 100644 (file)
@@ -27,7 +27,7 @@
 //
 using System;
 
-#if NET_4_0 || MOONLIGHT
+#if NET_4_0 || MOONLIGHT || MOBILE
 namespace System.Runtime.Versioning
 {
        [AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple = false, Inherited = false)]