From 87f01ff20b8cdff6adb617d2f8c855ee477fb9fb Mon Sep 17 00:00:00 2001 From: Nish26 Date: Tue, 4 Apr 2023 14:39:14 +0530 Subject: [PATCH] Downgrade Npgsql.EntityFrameworkCore.PostgreSQL to 6.x PostgreSQL plugin fails to load due to some dependencies pulled by Npgsql.EntityFrameworkCore.PostgreSQL 7.x which are higher than used in other places. Hence, downgrade to 6.x --- .../Pixel.Identity.Store.PostgreSQL.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pixel.Identity.Store.PostgreSQL/Pixel.Identity.Store.PostgreSQL.csproj b/src/Pixel.Identity.Store.PostgreSQL/Pixel.Identity.Store.PostgreSQL.csproj index 361ad0c..5711aaa 100644 --- a/src/Pixel.Identity.Store.PostgreSQL/Pixel.Identity.Store.PostgreSQL.csproj +++ b/src/Pixel.Identity.Store.PostgreSQL/Pixel.Identity.Store.PostgreSQL.csproj @@ -22,7 +22,7 @@ runtime - +