Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit bb94f13

Browse files
author
Cesar Blum Silveira
committed
Strong name Microsoft.AspNet.StaticFiles.
1 parent 9bce0da commit bb94f13

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

src/Microsoft.AspNet.StaticFiles/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
using System.Runtime.CompilerServices;
55

6-
[assembly: InternalsVisibleTo("Microsoft.AspNet.StaticFiles.Tests")]
6+
[assembly: InternalsVisibleTo("Microsoft.AspNet.StaticFiles.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100f33a29044fa9d740c9b3213a93e57c84b472c84e0b8a0e1ae48e67a9f8f6de9d5f7f3d52ac23e48ac51801f1dc950abe901da34d2a9e3baadb141a17c77ef3c565dd5ee5054b91cf63bb3c6ab83f72ab3aafe93d0fc3c2348b764fafb0b1c0733de51459aeab46580384bf9d74c4e28164b7cde247f891ba07891c9d872ad2bb")]

src/Microsoft.AspNet.StaticFiles/project.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"version": "1.0.0-*",
3+
"compilationOptions": {
4+
"warningsAsErrors": true,
5+
"keyFile": "../../tools/Key.snk"
6+
},
37
"description": "ASP.NET 5 static files middleware.",
48
"repository": {
59
"type": "git",

test/Microsoft.AspNet.StaticFiles.Tests/project.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
2+
"compilationOptions": {
3+
"warningsAsErrors": true,
4+
"keyFile": "../../tools/Key.snk"
5+
},
26
"dependencies": {
37
"Microsoft.AspNet.StaticFiles": "1.0.0-*",
48
"Microsoft.AspNet.TestHost": "1.0.0-*",

tools/Key.snk

596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)