fix: expose internals to X10D.Tests project

This commit is contained in:
Oliver Booth 2023-04-01 22:12:16 +01:00
parent d29663f081
commit 8a4e053c85
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025
1 changed files with 4 additions and 1 deletions

View File

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