Browse Source

assemblies internal class are visible to test project

master
Savorboard 7 years ago
parent
commit
f823d7a649
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/DotNetCore.CAP/Properties/AssemblyInfo.cs

+ 3
- 0
src/DotNetCore.CAP/Properties/AssemblyInfo.cs View File

@@ -0,0 +1,3 @@
using System.Runtime.CompilerServices;

[assembly: InternalsVisibleTo("DotNetCore.CAP.Test")]

Loading…
Cancel
Save