This commit is contained in:
Troy Dai 2015-08-04 10:15:20 -07:00
Родитель 30868049dd
Коммит fbe9dc58e8
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -1,4 +1,4 @@
{
{
"description": "An antiforgery system for ASP.NET designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.",
"version": "1.0.0-*",
"repository": {
@ -19,12 +19,12 @@
"dnx451": { },
"dnxcore50" : {
"dependencies": {
"System.Collections": "4.0.10-beta-*",
"System.Linq": "4.0.0-beta-*",
"System.Collections": "4.0.11-beta-*",
"System.Linq": "4.0.1-beta-*",
"System.Security.Cryptography.RandomNumberGenerator": "4.0.0-beta-*",
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*",
"System.Threading": "4.0.10-beta-*",
"Microsoft.CSharp": "4.0.0-beta-*"
"System.Threading": "4.0.11-beta-*",
"Microsoft.CSharp": "4.0.1-beta-*"
}
}
}