From a8b10ff8a389ef07f073d93d7786839507a79f76 Mon Sep 17 00:00:00 2001 From: osobytes <88964072+osobytes@users.noreply.github.com> Date: Fri, 3 Feb 2023 01:18:16 -0800 Subject: [PATCH 1/2] update dotnet version --- .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, From 2969f92e41ac52dbc95f0d6f80e17418234c4873 Mon Sep 17 00:00:00 2001 From: osobytes <88964072+osobytes@users.noreply.github.com> Date: Fri, 3 Feb 2023 01:32:51 -0800 Subject: [PATCH 2/2] Updating version in settings.json as well --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}