Browse Source

add AssemblyInfo.cs

master
Savorboard 6 years ago
parent
commit
8542a5f3fe
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      src/DotNetCore.CAP.MongoDB/Properties/AssemblyInfo.cs

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

@@ -0,0 +1,6 @@
// Copyright (c) .NET Core Community. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.

using System.Runtime.CompilerServices;

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

Loading…
Cancel
Save