Skip to content

Commit a3e17db

Browse files
Merge pull request #388 from DustinCampbell/merge-master-into-dev
Merge master into dev
2 parents b8b4e11 + 5999b8e commit a3e17db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/coreclr-debug/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ function createProjectJson(targetRuntime: string): any
328328
{
329329
let projectJson = {
330330
name: "dummy",
331-
compilationOptions: {
331+
buildOptions: {
332332
emitEntryPoint: true
333333
},
334334
dependencies: {
@@ -393,4 +393,4 @@ function spawnChildProcess(process: string, args: string[], channel: vscode.Outp
393393
});
394394

395395
return promise;
396-
}
396+
}

0 commit comments

Comments
 (0)