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

Expose internals to test projects

This commit is contained in:
Oliver Booth 2022-12-04 15:33:53 +00:00
parent 394d829e6e
commit d065592634
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634

View File

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