remove unused InternalsVisibleTo

This commit is contained in:
Jeremy 2021-07-08 09:24:11 +10:00
parent 11ce7cb830
commit 9eaa0259b3

View file

@ -1,4 +1,3 @@
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Flow.Launcher")]
[assembly: InternalsVisibleTo("Flow.Launcher.Test")]