Explorar el Código

add AssemblyInfo.cs

master
Savorboard hace 6 años
padre
commit
77e5547e33
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      src/DotNetCore.CAP.MongoDB/Properties/AssemblyInfo.cs

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

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

Cargando…
Cancelar
Guardar