From 386780a2d099788ac57f4fc1148859a5517aaca7 Mon Sep 17 00:00:00 2001 From: Adam Yoblick Date: Fri, 16 Nov 2018 14:19:45 -0600 Subject: [PATCH] Enable ClsCompliance for SWF ref binary (#55) --- src/System.Windows.Forms/ref/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/System.Windows.Forms/ref/Properties/AssemblyInfo.cs b/src/System.Windows.Forms/ref/Properties/AssemblyInfo.cs index 35c86055966..d7db54ea4f4 100644 --- a/src/System.Windows.Forms/ref/Properties/AssemblyInfo.cs +++ b/src/System.Windows.Forms/ref/Properties/AssemblyInfo.cs @@ -5,4 +5,4 @@ // This attribute is needed by VS at design-time when enabling the Multilingual App Toolkit // to localize a project. Additional assembly attributes are generated by a tool at build-time. -[assembly: System.CLSCompliant(false)] \ No newline at end of file +[assembly: System.CLSCompliant(true)] \ No newline at end of file