Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Toshok <toshok@novell.com>2010-05-29 06:32:36 +0400
committerChris Toshok <toshok@novell.com>2010-05-29 06:32:36 +0400
commit851c48f04a8019811231bc9bd6984b0779932dcd (patch)
tree1680c1a54521a3b9a12b1c4d549a3e0e57a8d61e /mcs/class/corlib/System.Runtime.Versioning/TargetFrameworkAttribute.cs
parentb3c73f9c8d3bc76a89b3c471e1da7f53487b29a9 (diff)
add TargetFrameworkAttribute to the moonlight build so we can start at least looking at SL4 apps.moon/2.99.0.7
svn path=/trunk/mcs/; revision=158142
Diffstat (limited to 'mcs/class/corlib/System.Runtime.Versioning/TargetFrameworkAttribute.cs')
-rw-r--r--mcs/class/corlib/System.Runtime.Versioning/TargetFrameworkAttribute.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/corlib/System.Runtime.Versioning/TargetFrameworkAttribute.cs b/mcs/class/corlib/System.Runtime.Versioning/TargetFrameworkAttribute.cs
index e7c2aa3e6f1..82717130698 100644
--- a/mcs/class/corlib/System.Runtime.Versioning/TargetFrameworkAttribute.cs
+++ b/mcs/class/corlib/System.Runtime.Versioning/TargetFrameworkAttribute.cs
@@ -27,7 +27,7 @@
//
using System;
-#if NET_4_0
+#if NET_4_0 || MOONLIGHT
namespace System.Runtime.Versioning
{
[AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple = false, Inherited = false)]
@@ -50,4 +50,4 @@ namespace System.Runtime.Versioning
}
}
}
-#endif \ No newline at end of file
+#endif