From 76c10ec09fd7cdf386aa4adefffa3fc85eadf8e2 Mon Sep 17 00:00:00 2001 From: Cagri Aslan Date: Wed, 29 Jun 2016 15:28:12 -0700 Subject: [PATCH] Add back imports to project.json for debugger install --- src/coreclr-debug/install.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/coreclr-debug/install.ts b/src/coreclr-debug/install.ts index 3f392983cd..dac7ff3353 100644 --- a/src/coreclr-debug/install.ts +++ b/src/coreclr-debug/install.ts @@ -186,7 +186,9 @@ export class DebugInstaller "System.Net.Http": "4.1.0" }, frameworks: { - "netcoreapp1.0": { } + "netcoreapp1.0": { + imports: [ "dnxcore50", "portable-net45+win8" ] + } }, runtimes: { }