Skip to content

Commit 3e4e880

Browse files
committed
enabled 'internal' visibility to unit test project
1 parent e1fea4d commit 3e4e880

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Asn1Parser/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System.Reflection;
2+
using System.Runtime.CompilerServices;
23
using System.Runtime.InteropServices;
34

45
// General Information about an assembly is controlled through the following
@@ -20,6 +21,7 @@
2021

2122
// The following GUID is for the ID of the typelib if this project is exposed to COM
2223
[assembly: Guid("1b472f7a-4af5-45bf-aa38-4b7b35f63543")]
24+
[assembly: InternalsVisibleTo("Asn1Parser.Tests")]
2325

2426
// Version information for an assembly consists of the following four values:
2527
//

0 commit comments

Comments
 (0)