From fee7d8b8dd6d4095101efa4d49e0c6a4bec9fbaa Mon Sep 17 00:00:00 2001 From: chsakell Date: Mon, 26 Sep 2016 13:42:36 +0300 Subject: [PATCH] add debug option --- project.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project.json b/project.json index 7cd3f2f..9f5b1e6 100644 --- a/project.json +++ b/project.json @@ -36,7 +36,8 @@ "buildOptions": { "emitEntryPoint": true, - "preserveCompilationContext": true + "preserveCompilationContext": true, + "debugType": "portable" }, "runtimeOptions": {