Update CoreCLR versions
This commit is contained in:
Родитель
30868049dd
Коммит
fbe9dc58e8
|
@ -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-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче