37 lines
836 B
JSON
37 lines
836 B
JSON
{
|
|
"version": "1.2.0-*",
|
|
"description": "ASP.NET Core component for running OWIN middleware in an ASP.NET Core application, and to run ASP.NET Core middleware in an OWIN application.",
|
|
"packOptions": {
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/httpabstractions"
|
|
},
|
|
"tags": [
|
|
"aspnetcore",
|
|
"katana",
|
|
"owin"
|
|
]
|
|
},
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Http": {
|
|
"target": "project"
|
|
},
|
|
"Microsoft.Extensions.TaskCache.Sources": {
|
|
"version": "1.2.0-*",
|
|
"type": "build"
|
|
},
|
|
"NETStandard.Library": "1.6.2-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"netstandard1.3": {}
|
|
}
|
|
} |