From 1d04ec10a209e018807f1cccdd1e2d4029f70d5e Mon Sep 17 00:00:00 2001 From: Konstantin S Date: Tue, 7 Jan 2025 12:33:01 +0400 Subject: [PATCH] fix: Fixed Postgres update issue. --- src/Utilities/Postgres/src/LangChain.Utilities.Postgres.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utilities/Postgres/src/LangChain.Utilities.Postgres.csproj b/src/Utilities/Postgres/src/LangChain.Utilities.Postgres.csproj index c4a8a498..664d06f3 100644 --- a/src/Utilities/Postgres/src/LangChain.Utilities.Postgres.csproj +++ b/src/Utilities/Postgres/src/LangChain.Utilities.Postgres.csproj @@ -1,7 +1,7 @@ - net4.6.2;netstandard2.0;net8.0;net9.0 + net8.0;net9.0 $(NoWarn);CA1031;CA2100;CA1305