2016-02-12 00:57:32 +00:00
|
|
|
{
|
2016-03-12 05:28:08 +00:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-04-07 20:06:11 +00:00
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
|
|
|
"version": "1.0.0-rc2-*"
|
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-07 20:06:11 +00:00
|
|
|
"netcoreapp1.0": {
|
|
|
|
"imports": [
|
|
|
|
"netstandardapp1.5",
|
|
|
|
"dnxcore50"
|
|
|
|
]
|
2016-03-12 05:28:08 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"content": [
|
|
|
|
"reflector_cmd.cmd"
|
|
|
|
]
|
2016-02-12 00:57:32 +00:00
|
|
|
}
|