From 1a6db72d7a542c424f16d93b8f68f40ab5ea23de Mon Sep 17 00:00:00 2001 From: Spirtix Date: Wed, 2 Jul 2025 21:28:53 +0200 Subject: [PATCH] downgrade ef to 7 There's a performance regression for synchronous insert/update in npgsql ef adapter, we'll have to switch to asynchronous db calls before updating --- src/sodoff.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/sodoff.csproj b/src/sodoff.csproj index 70c7c4a..68159ae 100644 --- a/src/sodoff.csproj +++ b/src/sodoff.csproj @@ -11,26 +11,26 @@ - + - + - + - +