Add emitEntryPoint to dnx-watch
This commit is contained in:
parent
54af2c339f
commit
e7dc875d75
|
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"compilationOptions": { "warningsAsErrors": true },
|
||||
"compilationOptions": {
|
||||
"warningsAsErrors": true,
|
||||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.Dnx.Watcher.Core": "1.0.0-*",
|
||||
"Microsoft.Extensions.CommandLineUtils.Sources": { "version": "1.0.0-*", "type": "build" },
|
||||
|
|
|
|||
Loading…
Reference in New Issue