Added eol.
[mono.git] / mcs / class / Microsoft.Build.Framework / Microsoft.Build.Framework / RequiredAttribute.cs
index ffaae8e74bcab3a88e5765ef738102a5fe7ed5af..36142b29722002c97f50ba34bc783d358829e372 100644 (file)
@@ -32,7 +32,7 @@ using System;
 
 namespace Microsoft.Build.Framework
 {
-       [AttributeUsage(AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
+       [AttributeUsage(AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
        public sealed class RequiredAttribute : Attribute
        {
                // It should stop build process if property is of non-array type