29 lines
674 B
JSON
29 lines
674 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true,
|
|
"emitEntryPoint": true,
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.Dnx.Watcher.Core": "1.0.0-*",
|
|
"Microsoft.Extensions.CommandLineUtils": "1.0.0-*",
|
|
"Microsoft.Extensions.Logging": "1.0.0-*",
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
|
|
"Microsoft.NETCore.Platforms": "1.0.1-*"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
"dnxcore50": { }
|
|
},
|
|
|
|
"commands": {
|
|
"dnx-watch": "Microsoft.Dnx.Watcher"
|
|
},
|
|
|
|
"scripts": {
|
|
"postbuild": [
|
|
]
|
|
}
|
|
}
|