2016-04-05 00:51:36 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-20113",
|
2016-04-06 16:58:01 +00:00
|
|
|
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-20113",
|
2016-04-05 00:51:36 +00:00
|
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-20254"
|
|
|
|
},
|
2016-05-13 02:03:08 +00:00
|
|
|
"buildOptions": {
|
|
|
|
"emitEntryPoint": true,
|
|
|
|
"compile": {
|
|
|
|
"include": [
|
|
|
|
"../src/*.cs"
|
|
|
|
]
|
|
|
|
}
|
2016-04-05 00:51:36 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-02 01:49:36 +00:00
|
|
|
"netcoreapp1.0": {
|
2016-04-05 00:51:36 +00:00
|
|
|
"dependencies": {
|
2016-05-10 20:22:58 +00:00
|
|
|
"Microsoft.NETCore.App": "1.0.0-rc3-*"
|
2016-04-05 00:51:36 +00:00
|
|
|
},
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
|
|
|
}
|
2016-05-18 02:44:18 +00:00
|
|
|
},
|
|
|
|
"runtimes": {
|
|
|
|
"win7-x64": {},
|
|
|
|
"win7-x86": {},
|
|
|
|
"osx.10.10-x64": {},
|
|
|
|
"osx.10.11-x64": {},
|
|
|
|
"ubuntu.14.04-x64": {},
|
|
|
|
"centos.7-x64": {},
|
|
|
|
"rhel.7.2-x64": {},
|
|
|
|
"debian.8-x64": {}
|
2016-04-05 00:51:36 +00:00
|
|
|
}
|
2016-05-13 02:03:08 +00:00
|
|
|
}
|