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:
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