yavsc/cli/project.json

21 lines
505 B
JSON
Raw Normal View History

2018-01-02 16:35:03 +01:00
{
"version": "1.0.0-*",
2018-03-09 04:25:52 +01:00
"description": "Yavsc command line interface",
2018-01-02 16:35:03 +01:00
"dependencies": {
"Yavsc": {
2018-02-25 03:33:54 +01:00
"type": "build"
2018-03-09 04:25:52 +01:00
},
"Microsoft.Extensions.CommandLineUtils": "1.1.1",
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-rc1-final"
2018-01-02 16:35:03 +01:00
},
"frameworks": {
"dnx451": {
"frameworkAssemblies": {
"System.ServiceProcess": "4.0.0.0"
}
}
2018-03-09 04:25:52 +01:00
},
"commands": {
"run": "cli"
2018-01-02 16:35:03 +01:00
}
}