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

Commit e934f5e

Browse files
author
Cesar Blum Silveira
committed
Strong name everything.
1 parent 7ad859b commit e934f5e

File tree

16 files changed

+33
-13
lines changed

16 files changed

+33
-13
lines changed

src/Microsoft.AspNet.Html.Abstractions/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"url": "git://github.com/aspnet/httpabstractions"
77
},
88
"compilationOptions": {
9-
"warningsAsErrors": true
9+
"warningsAsErrors": true,
10+
"keyFile": "../../tools/Key.snk"
1011
},
1112
"dependencies": {
1213
"Microsoft.Extensions.WebEncoders.Core": "1.0.0-*"

src/Microsoft.AspNet.Http.Abstractions/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
using System.Runtime.CompilerServices;
77

88
[assembly: AssemblyMetadata("Serviceable", "True")]
9-
[assembly: InternalsVisibleTo("Microsoft.AspNet.Http.Abstractions.Tests")]
9+
[assembly: InternalsVisibleTo("Microsoft.AspNet.Http.Abstractions.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100f33a29044fa9d740c9b3213a93e57c84b472c84e0b8a0e1ae48e67a9f8f6de9d5f7f3d52ac23e48ac51801f1dc950abe901da34d2a9e3baadb141a17c77ef3c565dd5ee5054b91cf63bb3c6ab83f72ab3aafe93d0fc3c2348b764fafb0b1c0733de51459aeab46580384bf9d74c4e28164b7cde247f891ba07891c9d872ad2bb")]
1010
[assembly: NeutralResourcesLanguage("en-us")]

src/Microsoft.AspNet.Http.Abstractions/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"url": "git://github.com/aspnet/httpabstractions"
77
},
88
"compilationOptions": {
9-
"warningsAsErrors": true
9+
"warningsAsErrors": true,
10+
"keyFile": "../../tools/Key.snk"
1011
},
1112
"dependencies": {
1213
"Microsoft.AspNet.Http.Features": "1.0.0-*",

src/Microsoft.AspNet.Http.Extensions/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"url": "git://github.com/aspnet/httpabstractions"
77
},
88
"compilationOptions": {
9-
"warningsAsErrors": true
9+
"warningsAsErrors": true,
10+
"keyFile": "../../tools/Key.snk"
1011
},
1112
"dependencies": {
1213
"Microsoft.AspNet.Http.Abstractions": "1.0.0-*",

src/Microsoft.AspNet.Http.Features/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"url": "git://github.com/aspnet/httpabstractions"
77
},
88
"compilationOptions": {
9-
"warningsAsErrors": true
9+
"warningsAsErrors": true,
10+
"keyFile": "../../tools/Key.snk"
1011
},
1112
"dependencies": {
1213
"Microsoft.Extensions.Primitives": "1.0.0-*"

src/Microsoft.AspNet.Http/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
},
88
"compilationOptions": {
99
"warningsAsErrors": true,
10-
"allowUnsafe": true
10+
"allowUnsafe": true,
11+
"keyFile": "../../tools/Key.snk"
1112
},
1213
"dependencies": {
1314
"Microsoft.AspNet.Http.Abstractions": "1.0.0-*",

src/Microsoft.AspNet.Owin/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"url": "git://github.com/aspnet/httpabstractions"
77
},
88
"compilationOptions": {
9-
"warningsAsErrors": true
9+
"warningsAsErrors": true,
10+
"keyFile": "../../tools/Key.snk"
1011
},
1112
"dependencies": {
1213
"Microsoft.AspNet.Http": "1.0.0-*"

src/Microsoft.AspNet.WebUtilities/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"url": "git://github.com/aspnet/httpabstractions"
77
},
88
"compilationOptions": {
9-
"warningsAsErrors": true
9+
"warningsAsErrors": true,
10+
"keyFile": "../../tools/Key.snk"
1011
},
1112
"dependencies": {
1213
"Microsoft.Extensions.Primitives": "1.0.0-*",

src/Microsoft.Extensions.BufferedHtmlContent.Sources/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
"shared": "*.cs",
48
"dependencies": {},
59
"frameworks": {

src/Microsoft.Extensions.WebEncoders.Core/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
using System.Resources;
66
using System.Runtime.CompilerServices;
77

8-
[assembly: InternalsVisibleTo("Microsoft.Extensions.WebEncoders.Tests")]
8+
[assembly: InternalsVisibleTo("Microsoft.Extensions.WebEncoders.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100f33a29044fa9d740c9b3213a93e57c84b472c84e0b8a0e1ae48e67a9f8f6de9d5f7f3d52ac23e48ac51801f1dc950abe901da34d2a9e3baadb141a17c77ef3c565dd5ee5054b91cf63bb3c6ab83f72ab3aafe93d0fc3c2348b764fafb0b1c0733de51459aeab46580384bf9d74c4e28164b7cde247f891ba07891c9d872ad2bb")]
99
[assembly: AssemblyMetadata("Serviceable", "True")]
1010
[assembly: NeutralResourcesLanguage("en-us")]

src/Microsoft.Extensions.WebEncoders.Core/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
},
88
"compilationOptions": {
99
"allowUnsafe": true,
10-
"warningsAsErrors": true
10+
"warningsAsErrors": true,
11+
"keyFile": "../../tools/Key.snk"
1112
},
1213
"frameworks": {
1314
"net451": {},

src/Microsoft.Extensions.WebEncoders/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"url": "git://github.com/aspnet/httpabstractions"
77
},
88
"compilationOptions": {
9-
"warningsAsErrors": true
9+
"warningsAsErrors": true,
10+
"keyFile": "../../tools/Key.snk"
1011
},
1112
"dependencies": {
1213
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",

src/Microsoft.Net.Http.Headers/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"url": "git://github.com/aspnet/httpabstractions"
77
},
88
"compilationOptions": {
9-
"warningsAsErrors": true
9+
"warningsAsErrors": true,
10+
"keyFile": "../../tools/Key.snk"
1011
},
1112
"frameworks": {
1213
"net451": {},

test/Microsoft.AspNet.Http.Abstractions.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.Http": "1.0.0-*",
48
"Microsoft.AspNet.Testing": "1.0.0-*",

test/Microsoft.Extensions.WebEncoders.Tests/project.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"test": "xunit.runner.aspnet"
1010
},
1111
"compilationOptions": {
12-
"allowUnsafe": true
12+
"allowUnsafe": true,
13+
"warningsAsErrors": true,
14+
"keyFile": "../../tools/Key.snk"
1315
},
1416
"frameworks": {
1517
"dnx451": { },

tools/Key.snk

596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)