From c18180f553ae280afffc2daa6e861fa2acc92bd6 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 25 Feb 2019 11:35:46 +0000 Subject: Changed version --- Main/.vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Main/.vscode/launch.json') diff --git a/Main/.vscode/launch.json b/Main/.vscode/launch.json index e13f40c..d21db4d 100644 --- a/Main/.vscode/launch.json +++ b/Main/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/bin/Debug/netcoreapp2.1/Main.dll", + "program": "${workspaceFolder}/bin/Debug/netcoreapp2.2/Main.dll", "args": [], "cwd": "${workspaceFolder}", "stopAtEntry": false, -- cgit v1.2.3-13-gbd6f