Skip to content

Commit 27914f0

Browse files
committed
Adapt VSCode launch.json to net5.0
1 parent 0bc0f53 commit 27914f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vscode/launch.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"request": "launch",
1111
"preLaunchTask": "releasebuild",
1212
// If you have changed target frameworks, make sure to update the program path.
13-
"program": "${workspaceFolder}/src/Benchmark/bin/Release/netcoreapp2.1/Benchmark.dll",
13+
"program": "${workspaceFolder}/src/Benchmark/bin/Release/net5.0/Benchmark.dll",
1414
"args": ["machineshop"],
1515
"cwd": "${workspaceFolder}/src/Benchmark",
1616
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window
@@ -24,7 +24,7 @@
2424
"request": "launch",
2525
"preLaunchTask": "releasebuild",
2626
// If you have changed target frameworks, make sure to update the program path.
27-
"program": "${workspaceFolder}/src/Benchmark/bin/Release/netcoreapp2.1/Benchmark.dll",
27+
"program": "${workspaceFolder}/src/Benchmark/bin/Release/net5.0/Benchmark.dll",
2828
"args": ["synthetic", "--repetitions", "3", "--time", "60", "--cpufreq", "2.9"],
2929
"cwd": "${workspaceFolder}/src/Benchmark",
3030
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window
@@ -38,7 +38,7 @@
3838
"request": "launch",
3939
"preLaunchTask": "build",
4040
// If you have changed target frameworks, make sure to update the program path.
41-
"program": "${workspaceFolder}/src/Samples/bin/Debug/netcoreapp2.1/Samples.dll",
41+
"program": "${workspaceFolder}/src/Samples/bin/Debug/net5.0/Samples.dll",
4242
"args": [],
4343
"cwd": "${workspaceFolder}/src/Samples",
4444
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window

0 commit comments

Comments
 (0)