Add emitEntryPoint to dnx-watch

This commit is contained in:
Pavel Krymets 2015-10-27 09:20:40 -07:00
parent 54af2c339f
commit e7dc875d75
1 changed files with 4 additions and 1 deletions

View File

@ -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" },