2016-03-09 19:36:16 +00:00
|
|
|
{
|
2016-05-13 02:03:08 +00:00
|
|
|
"buildOptions": {
|
2016-03-25 21:48:25 +00:00
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-13 00:29:07 +00:00
|
|
|
"netcoreapp1.0": {
|
2016-03-25 21:48:25 +00:00
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-05-31 20:27:46 +00:00
|
|
|
"version": "1.0.0-rc3-004363"
|
2016-03-25 21:48:25 +00:00
|
|
|
},
|
|
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
|
2016-04-13 00:29:07 +00:00
|
|
|
},
|
|
|
|
"imports": "dnxcore50"
|
2016-03-09 19:36:16 +00:00
|
|
|
}
|
2016-03-25 21:48:25 +00:00
|
|
|
}
|
2016-05-26 18:11:22 +00:00
|
|
|
}
|