aspnetcore/src/Microsoft.AspNetCore.Server.../project.json

55 lines
1.3 KiB
JSON

{
"version": "1.2.0-*",
"description": "ASP.NET Core Kestrel cross-platform web server.",
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/aspnet/kestrelhttpserver"
},
"tags": [
"aspnetcore",
"kestrel"
]
},
"dependencies": {
"Libuv": "1.10.0-*",
"Microsoft.AspNetCore.Hosting": "1.2.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.2.0-*",
"Microsoft.Extensions.TaskCache.Sources": {
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.2-*",
"System.Buffers": "4.4.0-*",
"System.Numerics.Vectors": "4.4.0-*",
"System.Threading.Tasks.Extensions": "4.4.0-*"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Runtime": {
"type": "build"
},
"System.Threading.Tasks": {
"type": "build"
}
}
},
"netstandard1.3": {
"dependencies": {
"System.Diagnostics.Process": "4.4.0-*",
"System.Threading.Thread": "4.4.0-*",
"System.Threading.ThreadPool": "4.4.0-*"
}
}
},
"buildOptions": {
"allowUnsafe": true,
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [
"CS1591"
],
"xmlDoc": true
}
}