forked from fsprojects/FSharp.Data.SqlClient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpaket.dependencies
More file actions
74 lines (55 loc) · 1.88 KB
/
Copy pathpaket.dependencies
File metadata and controls
74 lines (55 loc) · 1.88 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
source https://www.nuget.org/api/v2/
generate_load_scripts: on
github fsprojects/FSharp.TypeProviders.SDK:28a24a69ada68ebd1ad25226634f4608e4875493 src/ProvidedTypes.fs
github fsprojects/FSharp.TypeProviders.SDK:28a24a69ada68ebd1ad25226634f4608e4875493 src/ProvidedTypes.fsi
github fsprojects/FSharp.TypeProviders.SDK:28a24a69ada68ebd1ad25226634f4608e4875493 src/ProvidedTypesTesting.fs
group Build
source https://www.nuget.org/api/v2/
framework: >= net451
generate_load_scripts: on
nuget FAKE = 5.8.4
nuget Fake.Lib = 5.8.4
nuget FSharp.Formatting = 2.4.1
nuget FSharp.Compiler.Service = 0.0.36
nuget RazorEngine = 3.3.0
nuget NuGet.CommandLine
group DesignTime
source https://www.nuget.org/api/v2/
framework: >= net461,netstandard20
nuget System.Configuration.ConfigurationManager
nuget System.Data.Common
nuget System.Data.SqlClient
nuget System.Runtime.Caching
nuget FSharp.Core
nuget Microsoft.SqlServer.TransactSql.ScriptDom
nuget Microsoft.SqlServer.Types
group Test
source https://www.nuget.org/api/v2/
framework: net461, netcoreapp2.0
nuget FSharp.Core = 4.5.2
nuget System.Data.SqlClient
nuget System.Configuration.ConfigurationManager
nuget Microsoft.SqlServer.Types ~> 12
nuget Newtonsoft.Json
nuget xunit = 2.4.1
nuget xunit.runner.visualstudio = 2.4.1
group Net40
source https://www.nuget.org/api/v2/
framework: net40
nuget FSharp.Core = 4.1.18
group TestProjects
source https://www.nuget.org/api/v2/
framework: >= net40, netcoreapp2.0, netstandard2.0
nuget FSharp.Core = 4.3.4
nuget System.Data.SqlClient
nuget System.Configuration.ConfigurationManager
group Samples
source https://www.nuget.org/api/v2/
framework: >= net40
nuget FSharp.Core = 4.5.2
nuget Microsoft.AspNet.WebApi
nuget Microsoft.AspNet.WebApi.Client
nuget Microsoft.AspNet.WebApi.Core
nuget Microsoft.AspNet.WebApi.WebHost
nuget Newtonsoft.Json
nuget FSharp.Data.SqlClient