2016-04-08 15:51:51 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-20113",
|
|
|
|
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-20113",
|
2016-04-11 22:56:44 +00:00
|
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-20254",
|
2016-06-10 15:05:30 +00:00
|
|
|
"Microsoft.NETCore.Platforms": "1.0.1-rc3-24210-06"
|
2016-04-08 15:51:51 +00:00
|
|
|
},
|
2016-05-13 02:03:08 +00:00
|
|
|
"buildOptions": {
|
|
|
|
"emitEntryPoint": true,
|
|
|
|
"compile": {
|
|
|
|
"include": [
|
|
|
|
"../src/*.cs"
|
|
|
|
]
|
|
|
|
}
|
2016-04-08 15:51:51 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-15 05:25:53 +00:00
|
|
|
"net451": {}
|
2016-04-08 15:51:51 +00:00
|
|
|
}
|
2016-05-24 00:04:20 +00:00
|
|
|
}
|