|
10 | 10 | "request": "launch",
|
11 | 11 | "preLaunchTask": "releasebuild",
|
12 | 12 | // 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", |
14 | 14 | "args": ["machineshop"],
|
15 | 15 | "cwd": "${workspaceFolder}/src/Benchmark",
|
16 | 16 | // For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window
|
|
24 | 24 | "request": "launch",
|
25 | 25 | "preLaunchTask": "releasebuild",
|
26 | 26 | // 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", |
28 | 28 | "args": ["synthetic", "--repetitions", "3", "--time", "60", "--cpufreq", "2.9"],
|
29 | 29 | "cwd": "${workspaceFolder}/src/Benchmark",
|
30 | 30 | // For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window
|
|
38 | 38 | "request": "launch",
|
39 | 39 | "preLaunchTask": "build",
|
40 | 40 | // 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", |
42 | 42 | "args": [],
|
43 | 43 | "cwd": "${workspaceFolder}/src/Samples",
|
44 | 44 | // 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