From 9eaa0259b34242488711195661c3185d38e12344 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Thu, 8 Jul 2021 09:24:11 +1000 Subject: [PATCH] remove unused InternalsVisibleTo --- Flow.Launcher.Core/Properties/AssemblyInfo.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Flow.Launcher.Core/Properties/AssemblyInfo.cs b/Flow.Launcher.Core/Properties/AssemblyInfo.cs index 8a5aa0231..40017c46c 100644 --- a/Flow.Launcher.Core/Properties/AssemblyInfo.cs +++ b/Flow.Launcher.Core/Properties/AssemblyInfo.cs @@ -1,4 +1,3 @@ using System.Runtime.CompilerServices; -[assembly: InternalsVisibleTo("Flow.Launcher")] [assembly: InternalsVisibleTo("Flow.Launcher.Test")] \ No newline at end of file