From 841c3ef7dae90eedde755e55901c9e0a7fad3ad8 Mon Sep 17 00:00:00 2001 From: osobytes <88964072+osobytes@users.noreply.github.com> Date: Fri, 3 Feb 2023 01:13:49 -0800 Subject: [PATCH] Update task.json to point towards actual targeted version (dotnet 7) --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index a783f29..cf16b46 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -71,7 +71,7 @@ "type": "func", "dependsOn": "build", "options": { - "cwd": "${workspaceFolder}/Api/bin/Debug/net6.0" + "cwd": "${workspaceFolder}/Api/bin/Debug/net7.0" }, "command": "host start", "isBackground": true,