From f823d7a6495fba4b0214429719f1c346b639dbc9 Mon Sep 17 00:00:00 2001 From: Savorboard Date: Sun, 22 Oct 2017 15:23:30 +0800 Subject: [PATCH] assemblies internal class are visible to test project --- src/DotNetCore.CAP/Properties/AssemblyInfo.cs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/DotNetCore.CAP/Properties/AssemblyInfo.cs diff --git a/src/DotNetCore.CAP/Properties/AssemblyInfo.cs b/src/DotNetCore.CAP/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..0e62b37 --- /dev/null +++ b/src/DotNetCore.CAP/Properties/AssemblyInfo.cs @@ -0,0 +1,3 @@ +using System.Runtime.CompilerServices; + +[assembly: InternalsVisibleTo("DotNetCore.CAP.Test")] \ No newline at end of file