22 lines
670 B
JSON
22 lines
670 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "ASP.NET 5 session state middleware.",
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",
|
|
"Microsoft.Framework.Caching.Distributed": "1.0.0-*",
|
|
"Microsoft.Framework.Logging.Abstractions": "1.0.0-*",
|
|
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" }
|
|
},
|
|
"compilationOptions": {
|
|
"allowUnsafe": true
|
|
},
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Security.Cryptography.RandomNumberGenerator": "4.0.0-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|