2016-02-11 16:57:32 -08:00
|
|
|
{
|
2016-03-12 05:28:08 +00:00
|
|
|
"version": "1.0.0-*",
|
2016-05-12 19:03:08 -07:00
|
|
|
"buildOptions": {
|
|
|
|
"emitEntryPoint": true,
|
|
|
|
"copyToOutput": {
|
|
|
|
"include": [
|
|
|
|
"reflector_cmd.cmd"
|
|
|
|
]
|
|
|
|
}
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-04-07 15:06:11 -05:00
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-06-14 03:14:53 -05:00
|
|
|
"version": "1.0.0"
|
2016-05-12 19:03:08 -07:00
|
|
|
}
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-05-12 19:03:08 -07:00
|
|
|
"netcoreapp1.0": {}
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
2016-05-12 19:03:08 -07:00
|
|
|
"publishOptions": {
|
|
|
|
"include": [
|
|
|
|
"reflector_cmd.cmd"
|
|
|
|
]
|
|
|
|
}
|
2016-05-26 13:11:22 -05:00
|
|
|
}
|