Skip to content

Commit

Permalink
tweak: Ensure that internals are always visible to the test assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Apr 18, 2020
1 parent 836a2f6 commit e6c7b57
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions SierraLib.Analytics/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand Down Expand Up @@ -36,6 +36,4 @@
[assembly: AssemblyFileVersion("1.1.0")]
[assembly: AssemblyInformationalVersion("1.1.0")]

#if DEBUG
[assembly: InternalsVisibleTo("SierraLib.Analytics.Test")]
#endif

0 comments on commit e6c7b57

Please sign in to comment.