From e7dc875d750d3777dd86bf1423a99ab048d89599 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Tue, 27 Oct 2015 09:20:40 -0700 Subject: [PATCH] Add emitEntryPoint to dnx-watch --- src/Microsoft.Dnx.Watcher/project.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Microsoft.Dnx.Watcher/project.json b/src/Microsoft.Dnx.Watcher/project.json index 77d1225de8..ad57facb22 100644 --- a/src/Microsoft.Dnx.Watcher/project.json +++ b/src/Microsoft.Dnx.Watcher/project.json @@ -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" },