Update Claims dependency.
This commit is contained in:
parent
4033ea95c6
commit
be8b3b1bbf
|
|
@ -2,8 +2,7 @@
|
|||
"version": "3.0.0-*",
|
||||
"dependencies": {
|
||||
"Microsoft.AspNet.Identity": "3.0.0-*",
|
||||
"EntityFramework.SqlServer": "7.0.0-*",
|
||||
"System.Security.Claims" : "1.0.0-*"
|
||||
"EntityFramework.SqlServer": "7.0.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"aspnet50": {
|
||||
|
|
@ -23,6 +22,7 @@
|
|||
"System.Resources.ResourceManager": "4.0.0-beta-*",
|
||||
"System.Runtime": "4.0.20-beta-*",
|
||||
"System.Runtime.Extensions": "4.0.10-beta-*",
|
||||
"System.Security.Claims": "4.0.0-beta-*",
|
||||
"System.Security.Principal": "4.0.0-beta-*",
|
||||
"System.Text.Encoding": "4.0.10-beta-*",
|
||||
"System.Threading.Tasks": "4.0.10-beta-*"
|
||||
|
|
|
|||
|
|
@ -7,8 +7,7 @@
|
|||
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
|
||||
"Microsoft.Framework.ConfigurationModel": "1.0.0-*",
|
||||
"Microsoft.Framework.DependencyInjection" : "1.0.0-*",
|
||||
"Microsoft.Framework.OptionsModel": "1.0.0-*",
|
||||
"System.Security.Claims" : "1.0.0-*"
|
||||
"Microsoft.Framework.OptionsModel": "1.0.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"aspnet50": {},
|
||||
|
|
@ -29,10 +28,11 @@
|
|||
"System.Resources.ResourceManager": "4.0.0-beta-*",
|
||||
"System.Runtime": "4.0.20-beta-*",
|
||||
"System.Runtime.Extensions": "4.0.10-beta-*",
|
||||
"System.Security.Principal": "4.0.0-beta-*",
|
||||
"System.Security.Claims": "4.0.0-beta-*",
|
||||
"System.Security.Cryptography.DeriveBytes": "4.0.0-beta-*",
|
||||
"System.Security.Cryptography.Hashing": "4.0.0-beta-*",
|
||||
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*",
|
||||
"System.Security.Principal": "4.0.0-beta-*",
|
||||
"System.Text.Encoding": "4.0.10-beta-*",
|
||||
"System.Text.Encoding.Extensions": "4.0.10-beta-*",
|
||||
"System.Text.RegularExpressions": "4.0.10-beta-*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue