diff --git a/.vscode/settings.json b/.vscode/settings.json index c866996..24fc7ae 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,7 @@ { - "azureFunctions.deploySubpath": "Api/bin/Release/net6.0/publish", + "azureFunctions.deploySubpath": "Api/bin/Release/net7.0/publish", "azureFunctions.projectLanguage": "C#", "azureFunctions.projectRuntime": "~4", "debug.internalConsoleOptions": "neverOpen", "azureFunctions.preDeployTask": "publish" -} \ No newline at end of file +} 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,