Skip to content

Commit 378d2a1

Browse files
Removes the InternalsVisibleTo attribute to the unit test project when compiling in Release mode. (#4)
1 parent 88c4636 commit 378d2a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

AspNet.WebForms.DependencyInjection/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66

77
using System.Runtime.CompilerServices;
88

9-
[assembly: InternalsVisibleTo("PosInformatique.AspNet.WebForms.DependencyInjection.Tests")]
9+
#if DEBUG
10+
[assembly: InternalsVisibleTo("PosInformatique.AspNet.WebForms.DependencyInjection.Tests")]
11+
#endif

0 commit comments

Comments
 (0)