diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml
index 0387eac1..e71535e9 100644
--- a/.github/workflows/dotnet.yml
+++ b/.github/workflows/dotnet.yml
@@ -16,12 +16,17 @@ jobs:
steps:
- uses: actions/checkout@v4
- - name: Setup .NET
+ # NET 6 is for FAKE build only.
+ - name: Setup .NET 6
+ uses: actions/setup-dotnet@v4
+ with:
+ dotnet-version: 6.0.x
+ - name: Setup .NET 8
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Restore dependencies
- run:
+ run:
dotnet tool restore
dotnet paket install
- name: Build
diff --git a/src/SQLProvider.DuckDb.DesignTime/SQLProvider.DuckDb.DesignTime.fsproj b/src/SQLProvider.DuckDb.DesignTime/SQLProvider.DuckDb.DesignTime.fsproj
index f6a3e15c..6232d49f 100644
--- a/src/SQLProvider.DuckDb.DesignTime/SQLProvider.DuckDb.DesignTime.fsproj
+++ b/src/SQLProvider.DuckDb.DesignTime/SQLProvider.DuckDb.DesignTime.fsproj
@@ -45,10 +45,10 @@
-
+
all
-
+
diff --git a/src/SQLProvider.DuckDb.Runtime/SQLProvider.DuckDb.Runtime.fsproj b/src/SQLProvider.DuckDb.Runtime/SQLProvider.DuckDb.Runtime.fsproj
index 054a48b1..e1aefd07 100644
--- a/src/SQLProvider.DuckDb.Runtime/SQLProvider.DuckDb.Runtime.fsproj
+++ b/src/SQLProvider.DuckDb.Runtime/SQLProvider.DuckDb.Runtime.fsproj
@@ -43,8 +43,8 @@
-
-
+
+
diff --git a/src/SQLProvider.DuckDb.Runtime/paket.template b/src/SQLProvider.DuckDb.Runtime/paket.template
index e658136d..62a2cebf 100644
--- a/src/SQLProvider.DuckDb.Runtime/paket.template
+++ b/src/SQLProvider.DuckDb.Runtime/paket.template
@@ -37,5 +37,5 @@ dependencies
FSharp.Core >= 8.0.301
Newtonsoft.Json >= 13.0.1
System.Memory >= 4.6.3
- DuckDB.NET.Bindings.Full >= 1.2.1
- DuckDB.NET.Data.Full >= 1.2.1
+ DuckDB.NET.Bindings.Full >= 1.3.2
+ DuckDB.NET.Data.Full >= 1.3.2