From b4f8789bd5d8a31bfade4c4f1cf7eec09c66056d Mon Sep 17 00:00:00 2001 From: Gil LaHaye Date: Tue, 23 Jul 2024 22:44:35 -0700 Subject: [PATCH] Align websearcher to .Net 8 (#1078) ### Motivation and Context websearcher is using an older version of .Net 8 than webapi and memorypipeline ### Description Align websearcher to .Net 8 ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone :smile: --- plugins/web-searcher/WebSearcher.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/web-searcher/WebSearcher.csproj b/plugins/web-searcher/WebSearcher.csproj index 9da18df23..48c03d543 100644 --- a/plugins/web-searcher/WebSearcher.csproj +++ b/plugins/web-searcher/WebSearcher.csproj @@ -1,6 +1,6 @@  - net6.0 + net8.0 v4 Exe enable