dotnet-installer/test/ArgumentsReflector/project.json

26 lines
410 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true,
"copyToOutput": {
"include": [
"reflector_cmd.cmd"
]
}
},
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
2016-06-06 16:15:07 +00:00
"version": "1.0.0-rc3-004406"
}
},
"frameworks": {
"netcoreapp1.0": {}
},
"publishOptions": {
"include": [
"reflector_cmd.cmd"
]
}
}