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-04-27 05:41:53 +00:00
|
|
|
"Microsoft.NETCore.Platforms": "1.0.0-rc2-24027"
|
2016-04-08 15:51:51 +00:00
|
|
|
},
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"compile": [
|
2016-04-08 23:27:09 +00:00
|
|
|
"../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
|
|
|
}
|
|
|
|
}
|