-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpaket.dependencies
42 lines (36 loc) · 1.02 KB
/
paket.dependencies
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
version 8.0.3
source https://api.nuget.org/v3/index.json
framework: net8.0, netstandard2.0, netstandard2.1
nuget FSharp.Core >= 8.0.0
group Build
source https://api.nuget.org/v3/index.json
framework: net8.0, netstandard2.0, netstandard2.1
nuget Newtonsoft.Json
nuget System.Data.SQLite
nuget MySql.Data
nuget Npgsql
nuget DuckDB.NET.Data.Full
group Test
source https://api.nuget.org/v3/index.json
framework: net8.0, netstandard2.0, netstandard2.1
nuget Npgsql
nuget MySql.Data
nuget System.Data.SQLite
nuget NUnit ~> 3
nuget NUnit.ConsoleRunner ~> 3
nuget Microsoft.NET.Test.Sdk
nuget NUnit3TestAdapter
group Fake
source https://api.nuget.org/v3/index.json
source https://nuget.org/api/v2
framework: net8.0, netstandard2.0, netstandard2.1
storage:none
nuget Fake.Core.Target
nuget Fake.DotNet.Cli
nuget Fake.Core.ReleaseNotes
nuget Fake.DotNet.AssemblyInfoFile
nuget Fake.IO.FileSystem
nuget Fake.Tools.Git
nuget Fake.DotNet.Paket
nuget Fake.Api.GitHub
nuget Fake.Core.UserInput