瀏覽代碼

add AssemblyInfo.cs

master
Savorboard 6 年之前
父節點
當前提交
8542a5f3fe
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. +6
    -0
      src/DotNetCore.CAP.MongoDB/Properties/AssemblyInfo.cs

+ 6
- 0
src/DotNetCore.CAP.MongoDB/Properties/AssemblyInfo.cs 查看文件

@@ -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…
取消
儲存