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: { }