dotnet-installer/test/ArgumentsReflector/project.json

19 lines
297 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc3-*"
},
},
"frameworks": {
"netcoreapp1.0": { }
},
"content": [
"reflector_cmd.cmd"
]
}