Expose internal to Test projects

This commit is contained in:
Robert McRackan 2021-10-22 11:07:18 -04:00
parent 8e358d8f04
commit 68da9779da
7 changed files with 33 additions and 26 deletions

View file

@ -0,0 +1 @@
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo(nameof(FileManager) + ".Tests")]