From 4dd670a30e36647195e623c49fe181446680089c Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 28 Dec 2025 19:41:41 +0000 Subject: [PATCH] fix: Add SQLitePCLRaw.bundle_e_sqlite3 package to resolve Microsoft.Data.Sqlite dependency Microsoft.Data.Sqlite requires a native SQLite library bundle to function properly. This adds the SQLitePCLRaw.bundle_e_sqlite3 package which provides the necessary native libraries for Microsoft.Data.Sqlite to work on Windows. --- Intersect.Editor/Intersect.Editor.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Intersect.Editor/Intersect.Editor.csproj b/Intersect.Editor/Intersect.Editor.csproj index ab120f9253..eab56b4bc3 100644 --- a/Intersect.Editor/Intersect.Editor.csproj +++ b/Intersect.Editor/Intersect.Editor.csproj @@ -71,6 +71,7 @@ +