yavsc/cli/project.json

21 lines
505 B
JSON

{
"version": "1.0.0-*",
"description": "Yavsc command line interface",
"dependencies": {
"Yavsc": {
"type": "build"
},
"Microsoft.Extensions.CommandLineUtils": "1.1.1",
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-rc1-final"
},
"frameworks": {
"dnx451": {
"frameworkAssemblies": {
"System.ServiceProcess": "4.0.0.0"
}
}
},
"commands": {
"run": "cli"
}
}