From 88f39967adf1991e23bd0eccd6b1aba0a9c95cbd Mon Sep 17 00:00:00 2001 From: Tao Chen Date: Fri, 10 Nov 2023 11:05:28 -0800 Subject: [PATCH] Revert updates to Microsoft.Azure.Functions.* packages for the web-searcher plugin --- plugins/web-searcher/WebSearcher.csproj | 7 ++++--- plugins/web-searcher/local.settings.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/plugins/web-searcher/WebSearcher.csproj b/plugins/web-searcher/WebSearcher.csproj index ff18c45c3..9da18df23 100644 --- a/plugins/web-searcher/WebSearcher.csproj +++ b/plugins/web-searcher/WebSearcher.csproj @@ -8,10 +8,11 @@ - + + - - + + diff --git a/plugins/web-searcher/local.settings.json b/plugins/web-searcher/local.settings.json index 39aa5e185..0e06eb253 100644 --- a/plugins/web-searcher/local.settings.json +++ b/plugins/web-searcher/local.settings.json @@ -1,7 +1,7 @@ { "IsEncrypted": false, "Values": { - "AzureWebJobsStorage": "", + "AzureWebJobsStorage": "UseDevelopmentStorage=none", "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated" }, "Host": {