2016-05-15 12:58:13 +08:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"buildOptions": {
|
2016-07-07 23:02:56 +08:00
|
|
|
"debugType": "portable",
|
2016-05-15 12:58:13 +08:00
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
2016-07-07 23:02:56 +08:00
|
|
|
"dependencies": {},
|
2016-05-15 12:58:13 +08:00
|
|
|
"frameworks": {
|
2016-07-07 23:02:56 +08:00
|
|
|
"netcoreapp1.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
|
|
|
"version": "1.0.0"
|
|
|
|
},
|
|
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0"
|
|
|
|
},
|
|
|
|
"imports": "dnxcore50"
|
|
|
|
}
|
2016-05-15 12:58:13 +08:00
|
|
|
}
|
|
|
|
}
|