Skip to content

Commit 76c10ec

Browse files
author
Cagri Aslan
committed
Add back imports to project.json for debugger install
1 parent 734b81f commit 76c10ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/coreclr-debug/install.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,9 @@ export class DebugInstaller
186186
"System.Net.Http": "4.1.0"
187187
},
188188
frameworks: {
189-
"netcoreapp1.0": { }
189+
"netcoreapp1.0": {
190+
imports: [ "dnxcore50", "portable-net45+win8" ]
191+
}
190192
},
191193
runtimes: {
192194
}

0 commit comments

Comments
 (0)