33 lines
986 B
JSON
33 lines
986 B
JSON
{
|
|
"description": "Core implementation for ASP.NET Identity.",
|
|
"version": "3.0.0-*",
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/identity"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-*",
|
|
"Microsoft.AspNet.Cryptography.KeyDerivation": "1.0.0-*",
|
|
"Microsoft.AspNet.Hosting.Abstractions": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"dotnet5.4": {
|
|
"dependencies": {
|
|
"System.ComponentModel": "4.0.1-*",
|
|
"System.Diagnostics.Debug": "4.0.11-*",
|
|
"System.Diagnostics.Tools": "4.0.1-*",
|
|
"System.Globalization.Extensions": "4.0.1-*",
|
|
"System.Linq.Expressions": "4.0.11-*",
|
|
"System.Linq.Queryable": "4.0.1-*",
|
|
"System.Text.Encoding": "4.0.11-*",
|
|
"System.Text.RegularExpressions": "4.0.11-*"
|
|
}
|
|
}
|
|
}
|
|
}
|