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:
parent
394d829e6e
commit
d065592634
@ -1 +1,5 @@
|
||||
[assembly: CLSCompliant(true)]
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
[assembly: CLSCompliant(true)]
|
||||
[assembly: InternalsVisibleTo("VpSharp.IntegrationTests")]
|
||||
[assembly: InternalsVisibleTo("VpSharp.Tests")]
|
||||
|
Loading…
Reference in New Issue
Block a user