From 4e9913a07437bcad0e7abf75b8d27475e208e20d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Tue, 18 Nov 2025 07:53:20 -0800 Subject: [PATCH] Multi-target SQLitePCLRaw.core --- src/SQLitePCLRaw.core/SQLitePCLRaw.core.csproj | 4 ++-- todo.txt | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/SQLitePCLRaw.core/SQLitePCLRaw.core.csproj b/src/SQLitePCLRaw.core/SQLitePCLRaw.core.csproj index 6e8479d2..0bd1c144 100644 --- a/src/SQLitePCLRaw.core/SQLitePCLRaw.core.csproj +++ b/src/SQLitePCLRaw.core/SQLitePCLRaw.core.csproj @@ -1,7 +1,7 @@ - netstandard2.0 + netstandard2.0;$(tfm_net) 7.3 True false @@ -35,7 +35,7 @@ - + diff --git a/todo.txt b/todo.txt index 13ec76e9..07e3abb4 100644 --- a/todo.txt +++ b/todo.txt @@ -106,8 +106,6 @@ investigate GC.AddMemoryPressure() investigate new utf8 things in System.Memory pkg -multi-target to avoid dep on System.Memory for netcore2.1+ ? - need some tests for sqlite-ish case insensitivity of collation names