dotnet-installer/test/ArgumentsReflector/project.json

26 lines
413 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true,
"copyToOutput": {
"include": [
"reflector_cmd.cmd"
]
}
},
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc3-004449-00"
}
},
"frameworks": {
"netcoreapp1.0": {}
},
"publishOptions": {
"include": [
"reflector_cmd.cmd"
]
}
}