Skip to content

Commit c19a5c0

Browse files
committed
sign coverlet core and test assemblies
1 parent 7f190e4 commit c19a5c0

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
[assembly:System.Runtime.CompilerServices.InternalsVisibleTo("Coverlet.Core.Tests")]
1+
[assembly: System.Reflection.AssemblyKeyFileAttribute("coverlet.core.snk")]
2+
[assembly:System.Runtime.CompilerServices.InternalsVisibleTo("Coverlet.Core.Tests,PublicKey=" +
3+
"0024000004800000940000000602000000240000525341310004000001000100757cf9291d78a8" +
4+
"2e5bb58a827a3c46c2f959318327ad30d1b52e918321ffbd847fb21565b8576d2a3a24562a93e8" +
5+
"6c77a298b564a0f1b98f63d7a1441a3a8bcc206da3ed09d5dacc76e122a109a9d3ac608e21a054" +
6+
"d667a2bae98510a1f0f653c0e6f58f42b4b3934f6012f5ec4a09b3dfd3e14d437ede1424bdb722" +
7+
"aead64ad")]

src/coverlet.core/coverlet.core.snk

596 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[assembly: System.Reflection.AssemblyKeyFileAttribute("coverlet.core.tests.snk")]
596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)