1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-09 22:55:42 +00:00

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

View File

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