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,