Browse Source

Need intermediate signed assembly to access internals from unit tests

(cherry picked from commit ed247c71e95d0d46cea6ac730091463e4d259715)

Source commit: 36f59c998afd214411374b65fa9c664aca13f1b8
Martin Prikryl 4 years ago
parent
commit
97270bdd60
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dotnet/properties/AssemblyInfo.cs

+ 1 - 1
dotnet/properties/AssemblyInfo.cs

@@ -27,7 +27,7 @@ using System.Runtime.InteropServices;
 
 [assembly: CLSCompliant(true)]
 
-[assembly: InternalsVisibleTo("Tests")]
+[assembly: InternalsVisibleTo("TestsAccess")]
 
 namespace WinSCP
 {