Ver a proveniência

add AssemblyInfo.cs

master
Savorboard há 6 anos
ascendente
cometimento
77e5547e33
1 ficheiros alterados com 6 adições e 0 eliminações
  1. +6
    -0
      src/DotNetCore.CAP.MongoDB/Properties/AssemblyInfo.cs

+ 6
- 0
src/DotNetCore.CAP.MongoDB/Properties/AssemblyInfo.cs Ver ficheiro

@@ -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")]

Carregando…
Cancelar
Guardar