Skip to content

Commit 4ace162

Browse files
authored
Merge pull request #501 from caslan/addbackimports
Add back imports to project.json for debugger install
2 parents 734b81f + 76c10ec commit 4ace162

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)