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

Commit 89ade80

Browse files
committed
Update Claims dependency.
1 parent 78f472f commit 89ade80

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/Microsoft.AspNet.Security.Cookies/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"System.Runtime": "4.0.20-beta-*",
2727
"System.Runtime.Extensions": "4.0.10-beta-*",
2828
"System.Runtime.InteropServices": "4.0.20-beta-*",
29-
"System.Security.Claims": "1.0.0-*",
29+
"System.Security.Claims": "4.0.0-beta-*",
3030
"System.Security.Principal" : "4.0.0-beta-*",
3131
"System.Threading": "4.0.0-beta-*",
3232
"System.Threading.Tasks": "4.0.10-beta-*"

src/Microsoft.AspNet.Security.Facebook/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"System.Runtime": "4.0.20-beta-*",
3333
"System.Runtime.Extensions": "4.0.10-beta-*",
3434
"System.Runtime.InteropServices": "4.0.20-beta-*",
35-
"System.Security.Claims": "1.0.0-*",
35+
"System.Security.Claims": "4.0.0-beta-*",
3636
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*",
3737
"System.Security.Principal": "4.0.0-beta-*",
3838
"System.Threading": "4.0.0-beta-*",

src/Microsoft.AspNet.Security.Google/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"System.Runtime": "4.0.20-beta-*",
3333
"System.Runtime.Extensions": "4.0.10-beta-*",
3434
"System.Runtime.InteropServices": "4.0.20-beta-*",
35-
"System.Security.Claims": "1.0.0-*",
35+
"System.Security.Claims": "4.0.0-beta-*",
3636
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*",
3737
"System.Security.Principal": "4.0.0-beta-*",
3838
"System.Threading": "4.0.0-beta-*",

src/Microsoft.AspNet.Security.MicrosoftAccount/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"System.Runtime": "4.0.20-beta-*",
3535
"System.Runtime.Extensions": "4.0.10-beta-*",
3636
"System.Runtime.InteropServices": "4.0.20-beta-*",
37-
"System.Security.Claims": "1.0.0-*",
37+
"System.Security.Claims": "4.0.0-beta-*",
3838
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*",
3939
"System.Security.Principal": "4.0.0-beta-*",
4040
"System.Threading": "4.0.0-beta-*",

src/Microsoft.AspNet.Security.OAuth/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"System.Runtime": "4.0.20-beta-*",
3535
"System.Runtime.Extensions": "4.0.10-beta-*",
3636
"System.Runtime.InteropServices": "4.0.20-beta-*",
37-
"System.Security.Claims": "1.0.0-*",
37+
"System.Security.Claims": "4.0.0-beta-*",
3838
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*",
3939
"System.Security.Principal": "4.0.0-beta-*",
4040
"System.Threading": "4.0.0-beta-*",

src/Microsoft.AspNet.Security.Twitter/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"System.Runtime": "4.0.20-beta-*",
3434
"System.Runtime.Extensions": "4.0.10-beta-*",
3535
"System.Runtime.InteropServices": "4.0.20-beta-*",
36-
"System.Security.Claims": "1.0.0-*",
36+
"System.Security.Claims": "4.0.0-beta-*",
3737
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*",
3838
"System.Security.Principal": "4.0.0-beta-*",
3939
"System.Threading": "4.0.0-beta-*",

src/Microsoft.AspNet.Security/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"System.Runtime": "4.0.20-beta-*",
2828
"System.Runtime.Extensions": "4.0.10-beta-*",
2929
"System.Runtime.InteropServices": "4.0.20-beta-*",
30-
"System.Security.Claims": "1.0.0-*",
30+
"System.Security.Claims": "4.0.0-beta-*",
3131
"System.Security.Cryptography.RandomNumberGenerator": "4.0.0-beta-*",
3232
"System.Security.Principal": "4.0.0-beta-*",
3333
"System.Threading": "4.0.0-beta-*",

0 commit comments

Comments
 (0)