BililiveRecorder/BililiveRecorder.Core/AssemblyAttribute.cs
2021-02-23 18:03:37 +08:00

4 lines
106 B
C#

using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("BililiveRecorder.Core.UnitTests")]