diff --git a/InkBlot/Assembly.cs b/InkBlot/Assembly.cs index cf360e5..1cbc9a2 100644 --- a/InkBlot/Assembly.cs +++ b/InkBlot/Assembly.cs @@ -1,3 +1,4 @@ using System.Runtime.CompilerServices; -[assembly: InternalsVisibleTo("InkBlot.Tests")] \ No newline at end of file +[assembly: InternalsVisibleTo("InkBlot.Tests")] +[assembly: CLSCompliant(false)] \ No newline at end of file