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

Commit a363368

Browse files
author
Cesar Blum Silveira
committed
Strong name everything.
1 parent 1db7574 commit a363368

File tree

13 files changed

+28
-13
lines changed

13 files changed

+28
-13
lines changed

src/Microsoft.AspNet.Authentication.Cookies/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/security"
77
},
88
"compilationOptions": {
9-
"warningsAsErrors": true
9+
"warningsAsErrors": true,
10+
"keyFile": "../../tools/Key.snk"
1011
},
1112
"dependencies": {
1213
"Microsoft.AspNet.Authentication": "1.0.0-*",

src/Microsoft.AspNet.Authentication.Facebook/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/security"
77
},
88
"compilationOptions": {
9-
"warningsAsErrors": true
9+
"warningsAsErrors": true,
10+
"keyFile": "../../tools/Key.snk"
1011
},
1112
"dependencies": {
1213
"Microsoft.AspNet.Authentication.OAuth": "1.0.0-*",

src/Microsoft.AspNet.Authentication.Google/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/security"
77
},
88
"compilationOptions": {
9-
"warningsAsErrors": true
9+
"warningsAsErrors": true,
10+
"keyFile": "../../tools/Key.snk"
1011
},
1112
"dependencies": {
1213
"Microsoft.AspNet.Authentication.OAuth": "1.0.0-*"

src/Microsoft.AspNet.Authentication.JwtBearer/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
"url": "git://github.com/aspnet/security"
77
},
88
"compilationOptions": {
9-
"warningsAsErrors": true
9+
"warningsAsErrors": true,
10+
"keyFile": "../../tools/Key.snk"
1011
},
1112
"dependencies": {
1213
"Microsoft.AspNet.Authentication": "1.0.0-*",
13-
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.0.0-rc1-210191231"
14+
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.0.0-rc1-211021236"
1415
},
1516
"frameworks": {
1617
"dnx451": {

src/Microsoft.AspNet.Authentication.MicrosoftAccount/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/security"
77
},
88
"compilationOptions": {
9-
"warningsAsErrors": true
9+
"warningsAsErrors": true,
10+
"keyFile": "../../tools/Key.snk"
1011
},
1112
"dependencies": {
1213
"Microsoft.AspNet.Authentication.OAuth": "1.0.0-*"

src/Microsoft.AspNet.Authentication.OAuth/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/security"
77
},
88
"compilationOptions": {
9-
"warningsAsErrors": true
9+
"warningsAsErrors": true,
10+
"keyFile": "../../tools/Key.snk"
1011
},
1112
"dependencies": {
1213
"Microsoft.AspNet.Authentication": "1.0.0-*",

src/Microsoft.AspNet.Authentication.OpenIdConnect/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
"url": "git://github.com/aspnet/security"
77
},
88
"compilationOptions": {
9-
"warningsAsErrors": true
9+
"warningsAsErrors": true,
10+
"keyFile": "../../tools/Key.snk"
1011
},
1112
"dependencies": {
1213
"Microsoft.AspNet.Authentication": "1.0.0-*",
13-
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.0.0-rc1-210191231"
14+
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.0.0-rc1-211021236"
1415
},
1516
"frameworks": {
1617
"dnx451": {

src/Microsoft.AspNet.Authentication.Twitter/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/security"
77
},
88
"compilationOptions": {
9-
"warningsAsErrors": true
9+
"warningsAsErrors": true,
10+
"keyFile": "../../tools/Key.snk"
1011
},
1112
"dependencies": {
1213
"Microsoft.AspNet.Authentication": "1.0.0-*"

src/Microsoft.AspNet.Authentication/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/security"
77
},
88
"compilationOptions": {
9-
"warningsAsErrors": true
9+
"warningsAsErrors": true,
10+
"keyFile": "../../tools/Key.snk"
1011
},
1112
"dependencies": {
1213
"Microsoft.AspNet.DataProtection": "1.0.0-*",

src/Microsoft.AspNet.Authorization/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/security"
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-*",

0 commit comments

Comments
 (0)