From aa83349627246521380af171b75d33e44b7946a0 Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Tue, 22 Dec 2020 02:02:14 +0800 Subject: [PATCH] Update launch.json --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 03a5ce7..61a5594 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/MyApp/bin/Debug/netcoreapp3.1/MyApp.dll", + "program": "${workspaceFolder}/MyApp/bin/Debug/net5/MyApp.dll", "args": [], "cwd": "${workspaceFolder}/MyApp", "console": "internalConsole", @@ -25,7 +25,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/MyApp/bin/Debug/netcoreapp3.1/MyApp.dll", + "program": "${workspaceFolder}/MyApp/bin/Debug/net5/MyApp.dll", "args": [], "cwd": "${workspaceFolder}/MyApp", "stopAtEntry": false,