dotnet-installer/test/ArgumentsReflector/project.json

18 lines
282 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
2016-04-07 00:45:38 +00:00
"Microsoft.NETCore.App": "1.0.0-rc2-*"
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
}
},
"content": [
"reflector_cmd.cmd"
]
}