From 954f81dbbcb296514f40913a849d7c5b00e15798 Mon Sep 17 00:00:00 2001 From: "tony.yip" Date: Thu, 19 Sep 2024 17:46:01 +0800 Subject: [PATCH] - add netstandard2.0 and net6.0 target framework (align with dbup-core) - add package Microsost.Data.Sqlite for netstandard2.0 and net6.0 target framework - update dbup-core package to version 5.0.87 --- src/dbup-sqlite/dbup-sqlite.csproj | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/dbup-sqlite/dbup-sqlite.csproj b/src/dbup-sqlite/dbup-sqlite.csproj index da35aad..8110063 100644 --- a/src/dbup-sqlite/dbup-sqlite.csproj +++ b/src/dbup-sqlite/dbup-sqlite.csproj @@ -6,7 +6,7 @@ DbUp Contributors DbUp Copyright © DbUp Contributors 2015 - netstandard1.3;net462 + netstandard1.3;net462;netstandard2.0;net6.0 dbup-sqlite DbUp.SQLite dbup-sqlite @@ -20,14 +20,22 @@ $(DefineConstants);NETCORE + + $(DefineConstants);NETCORE + + - + + + + + @@ -35,7 +43,7 @@ - +