From 70b36f899685bfde56a6b908a26b6629292f8958 Mon Sep 17 00:00:00 2001 From: sa_ddam213 Date: Sat, 9 Sep 2023 09:52:11 +1200 Subject: [PATCH] Add Microsoft.Extensions.Logging.Abstractions, update any required deps --- LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj | 4 ++++ LLama/LLamaSharp.csproj | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj b/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj index e82e8513..8de65692 100644 --- a/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj +++ b/LLama.SemanticKernel/LLamaSharp.SemanticKernel.csproj @@ -36,6 +36,10 @@ + + + + diff --git a/LLama/LLamaSharp.csproj b/LLama/LLamaSharp.csproj index 2120e319..d525202f 100644 --- a/LLama/LLamaSharp.csproj +++ b/LLama/LLamaSharp.csproj @@ -41,9 +41,13 @@ - + - + + + + +