Sfoglia il codice sorgente

add AssemblyInfo.cs

master
Savorboard 6 anni fa
parent
commit
77e5547e33
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. +6
    -0
      src/DotNetCore.CAP.MongoDB/Properties/AssemblyInfo.cs

+ 6
- 0
src/DotNetCore.CAP.MongoDB/Properties/AssemblyInfo.cs Vedi 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")]

Caricamento…
Annulla
Salva