17 lines
282 B
JSON
17 lines
282 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": "1.0.0-rc2-*"
|
|
},
|
|
"frameworks": {
|
|
"netstandardapp1.5": {
|
|
"imports": "dnxcore50"
|
|
}
|
|
},
|
|
"content": [
|
|
"reflector_cmd.cmd"
|
|
]
|
|
}
|