diff --git a/.vscode/launch.json b/.vscode/launch.json index 995b3fa..7f0b90a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,7 +7,7 @@ "request": "launch", "program": "dotnet", "args": [ - "${workspaceRoot}/PerformanceCalculator/bin/Debug/netcoreapp2.0/PerformanceCalculator.dll", + "${workspaceRoot}/PerformanceCalculator/bin/Debug/net5.0/PerformanceCalculator.dll", "place-your-arguments-here (launch.json)" ], "cwd": "${workspaceRoot}", @@ -21,7 +21,7 @@ "request": "launch", "program": "dotnet", "args": [ - "${workspaceRoot}/PerformanceCalculator/bin/Debug/netcoreapp2.0/PerformanceCalculator.dll", + "${workspaceRoot}/PerformanceCalculator/bin/Release/net5.0/PerformanceCalculator.dll", "place-your-arguments-here (launch.json)" ], "cwd": "${workspaceRoot}",