Skip to content

Commit b4f8789

Browse files
authored
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 😄
1 parent ddc5d46 commit b4f8789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/web-searcher/WebSearcher.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net6.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
44
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
55
<OutputType>Exe</OutputType>
66
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)