2009-07-30 Gonzalo Paniagua Javier <gonzalo@novell.com>
[mono.git] / mcs / class / corlib / System.Resources / SatelliteContractVersionAttribute.cs
index a48a9dbcbcbedfd6250d46ecbb4d9cce3af72b69..94181b1e1fcd9bcc2a112a027e4f5543e663bf10 100644 (file)
@@ -33,6 +33,9 @@
 namespace System.Resources
 {
        [AttributeUsage (AttributeTargets.Assembly)]
+#if NET_2_0
+       [System.Runtime.InteropServices.ComVisible (true)]
+#endif
        public sealed class SatelliteContractVersionAttribute : Attribute
        {
                private Version ver;