From 231bb07bc91750ee9349ba10c6a4c638aab00fe0 Mon Sep 17 00:00:00 2001 From: Tao Chen Date: Fri, 11 Aug 2023 11:47:18 -0700 Subject: [PATCH] Fix webapi semantic memory package ref (#155) ### Motivation and Context ### Description ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/copilot-chat/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: --- webapi/nuget.config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webapi/nuget.config b/webapi/nuget.config index 7159fcd04..743e81d8f 100644 --- a/webapi/nuget.config +++ b/webapi/nuget.config @@ -4,12 +4,16 @@ + + + +