aspnetcore/src/Microsoft.AspNet.Server.Kes.../project.json

17 lines
356 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"keyFile": "../../tools/Key.snk"
},
"description": "Adds HTTPS support to Kestrel",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/kestrelhttpserver"
},
"dependencies": {
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*"
},
"frameworks": {
"net451": { }
}
}