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