This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Compoment
/
BPA.CAP
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add AssemblyInfo.cs
master
Savorboard
6 years ago
parent
542d966d6b
commit
8542a5f3fe
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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")]
Write
Preview
Loading…
Cancel
Save