chore: add CLSCompliant attribute to avoid build compilation warnings.

This commit is contained in:
Mattia Belletti
2025-02-17 11:44:05 +01:00
parent 1947ebd372
commit aa3baa780d

View File

@@ -1,3 +1,4 @@
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("InkBlot.Tests")]
[assembly: InternalsVisibleTo("InkBlot.Tests")]
[assembly: CLSCompliant(false)]