Flow.Launcher/Flow.Launcher.Core/Properties/AssemblyInfo.cs
Oren Nachman 4a05a32e1f Remove explicit platform from AssemblyInfo
While it reflects reality it may prevent some launches on systems that
are happily using Flow without hitting specific APIs.
2022-08-07 21:46:36 -07:00

3 lines
96 B
C#

using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Flow.Launcher.Test")]