diff --git a/.vscode/settings.json b/.vscode/settings.json index 554e493..91186f0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,6 +2,6 @@ "azureFunctions.projectRuntime": "~2", "azureFunctions.projectLanguage": "C#", "azureFunctions.templateFilter": "Verified", - "azureFunctions.deploySubpath": "bin/Release/netstandard2.0/publish", + "azureFunctions.deploySubpath": "bin/Release/netcoreapp3.1/publish", "azureFunctions.preDeployTask": "publish" } diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 3a186ab..4bac2b0 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -50,7 +50,7 @@ "type": "shell", "dependsOn": "build", "options": { - "cwd": "${workspaceFolder}/bin/Debug/netstandard2.0" + "cwd": "${workspaceFolder}/bin/Debug/netcoreapp3.1" }, "command": "func host start", "isBackground": true, diff --git a/redirectFunction.csproj b/redirectFunction.csproj index 8acbdf6..981818f 100644 --- a/redirectFunction.csproj +++ b/redirectFunction.csproj @@ -1,10 +1,10 @@ - netstandard2.0 - v2 + netcoreapp3.1 + v3 - +