Skip to content

Commit

Permalink
Update launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes authored Aug 21, 2019
1 parent fc333dc commit eafcd20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/samples/AvaloniaDemo/bin/AnyCPU/Debug/netcoreapp2.0/AvaloniaDemo.dll",
"program": "${workspaceFolder}/samples/AvaloniaDemo/bin/AnyCPU/Debug/netcoreapp3.0/AvaloniaDemo.dll",
"args": [],
"cwd": "${workspaceFolder}/samples/AvaloniaDemo",
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window
Expand All @@ -25,4 +25,4 @@
"processId": "${command:pickProcess}"
}
,]
}
}

0 comments on commit eafcd20

Please sign in to comment.