36 lines
748 B
JSON
36 lines
748 B
JSON
{
|
|
"version": "1.1.0-*",
|
|
"description": "HTTPS support for the ASP.NET Core Kestrel cross-platform web server.",
|
|
"buildOptions": {
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true
|
|
},
|
|
"packOptions": {
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/kestrelhttpserver"
|
|
},
|
|
"tags": [
|
|
"aspnetcore",
|
|
"kestrel"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
|
"Microsoft.Extensions.TaskCache.Sources": {
|
|
"version": "1.1.0-*",
|
|
"type": "build"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"netstandard1.3": {
|
|
"dependencies": {
|
|
"System.Net.Security": "4.0.0-*"
|
|
}
|
|
}
|
|
}
|
|
} |