BililiveRecorder/BililiveRecorder.Core/AssemblyAttribute.cs

4 lines
106 B
C#
Raw Permalink Normal View History

2021-01-01 14:46:27 +08:00
using System.Runtime.CompilerServices;
2021-02-23 18:03:37 +08:00
[assembly: InternalsVisibleTo("BililiveRecorder.Core.UnitTests")]