Skip to content

Commit e0af088

Browse files
committed
I have no idea why it's looking for that library
1 parent 4a71720 commit e0af088

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

paket.dependencies

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ group Build
5353
nuget FSharp.Compiler.Service 43.8.301
5454
nuget System.Data.SqlClient 4.9.0
5555
nuget MSBuild.StructuredLogger
56+
nuget Microsoft.NETCore.App.Ref 6.0.35
57+
nuget DuckDB.NET.Bindings.Full 1.3.2
58+
nuget DuckDB.NET.Data.Full 1.3.2
59+
5660

5761

5862
group SourceFiles
@@ -81,6 +85,7 @@ group Docs
8185
nuget FSharp.Literate >= 4.0.0
8286
nuget Dotnet.ProjInfo.Workspace.FCS
8387
nuget FSharp.Compiler.Service 43.8.301
88+
nuget Microsoft.NETCore.App.Ref 6.0.35
8489

8590
group Tests
8691
source https://api.nuget.org/v3/index.json
@@ -101,6 +106,5 @@ group Tests
101106
nuget SQLitePCLRaw.bundle_green 2.1.11
102107
nuget SQLitePCLRaw.core 2.1.11
103108
nuget Microsoft.Data.Sqlite.Core 9.0.4
104-
nuget DuckDB.NET.Bindings.Full 1.3.2
105-
nuget DuckDB.NET.Data.Full 1.3.2
109+
nuget Microsoft.NETCore.App.Ref 6.0.35
106110
// nuget Microsoft.Data.Sqlite.Core.Backport // Needed if we want currently Core support on Linux.`

src/SQLProvider.Common/AssemblyInfo.fs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ open System.Reflection
77
[<assembly: AssemblyDescriptionAttribute("Type provider for SQL database access, common library")>]
88
[<assembly: AssemblyVersionAttribute("1.5.13")>]
99
[<assembly: AssemblyFileVersionAttribute("1.5.13")>]
10-
[<assembly: AssemblyVersionAttribute("1.5.14")>]
11-
[<assembly: AssemblyFileVersionAttribute("1.5.14")>]
10+
1211
do ()
1312

1413
module internal AssemblyVersionInformation =
@@ -17,5 +16,3 @@ module internal AssemblyVersionInformation =
1716
let [<Literal>] AssemblyDescription = "Type provider for SQL database access, common library"
1817
let [<Literal>] AssemblyVersion = "1.5.13"
1918
let [<Literal>] AssemblyFileVersion = "1.5.13"
20-
let [<Literal>] AssemblyVersion = "1.5.14"
21-
let [<Literal>] AssemblyFileVersion = "1.5.14"

0 commit comments

Comments
 (0)