36 lines
834 B
JSON
36 lines
834 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "ASP.NET Core session state middleware.",
|
|
"tags": [
|
|
"aspnetcore",
|
|
"session",
|
|
"sessionstate"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/session"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*",
|
|
"Microsoft.Extensions.Caching.Abstractions": "1.0.0-*",
|
|
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
|
|
"Microsoft.Extensions.Options": "1.0.0-*"
|
|
},
|
|
"compilationOptions": {
|
|
"allowUnsafe": true,
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"netstandard1.3": {
|
|
"dependencies": {
|
|
"System.Security.Cryptography.Algorithms": "4.1.0-*"
|
|
}
|
|
}
|
|
}
|
|
} |