forked from fsprojects/FSharp.Data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaket.dependencies
58 lines (48 loc) · 2.67 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
framework: >=net45
source https://api.nuget.org/v3/index.json
nuget FAKE prerelease
nuget Nuget.CommandLine
github fsharp/FAKE modules/Octokit/Octokit.fsx
github fsprojects/FSharp.TypeProviders.SDK src/ProvidedTypes.fsi
github fsprojects/FSharp.TypeProviders.SDK src/ProvidedTypes.fs
github fsprojects/FSharp.TypeProviders.SDK src/ProvidedTypesTesting.fs
# These are for TPSDK testing of TPDTCs against .NET Core App 2.0, to make sure references can be found in a known packages/... location.
# The TPSDK testing helpers like these to be placed in pacakges/...
# see https://github.com/fsprojects/FSharp.TypeProviders.SDK/blob/0c0c9d11135039821a380f60ec21c701354e8cdb/src/ProvidedTypesTesting.fs
nuget NetStandard.Library.NetFramework
nuget Microsoft.NETCore.App
# NOTE: These are only used for advice by examining the versions chosen in the paket.lock file.
# NOTE: The PackageReference items are themselves added by hand to the project files.
# NOTE: This is because paket's diagnostics in missing packages were not helpful for .NET SDK cases.
# NOTE: We can return to using paket.references files at a later point.
group Test
frameworks: netcoreapp2.0, net461
source https://api.nuget.org/v3/index.json
source https://ci.appveyor.com/nuget/fsharp-formatting
redirects: on
nuget FSharp.Core
nuget NUnit
nuget NUnit.Runners
nuget FsUnit
nuget FsCheck
nuget FSharp.Charting
nuget FSharp.Formatting prerelease
nuget Nancy.Hosting.Self
# This is for TPSDK testing against FSharp.Core for F# 3.1. The TPSDK testing helpers like these to be placed in package groups
# with these names, see https://github.com/fsprojects/FSharp.TypeProviders.SDK/blob/0c0c9d11135039821a380f60ec21c701354e8cdb/src/ProvidedTypesTesting.fs#L680
group fs31
frameworks: netcoreapp2.0, net461
source https://api.nuget.org/v3/index.json
nuget FSharp.Core ~> 3.1.0
# This is for TPSDK testing against FSharp.Core for F# 4.0. The TPSDK testing helpers like these to be placed in package groups
# with these names, see https://github.com/fsprojects/FSharp.TypeProviders.SDK/blob/0c0c9d11135039821a380f60ec21c701354e8cdb/src/ProvidedTypesTesting.fs#L680
group fs40
frameworks: netcoreapp2.0, net461
source https://api.nuget.org/v3/index.json
nuget FSharp.Core ~> 4.0.0
# This is for TPSDK testing against FSharp.Core for F# 4.1. The TPSDK testing helpers like these to be placed in package groups
# with these names, see https://github.com/fsprojects/FSharp.TypeProviders.SDK/blob/0c0c9d11135039821a380f60ec21c701354e8cdb/src/ProvidedTypesTesting.fs#L680
group fs41
frameworks: netcoreapp2.0, net461
source https://api.nuget.org/v3/index.json
nuget FSharp.Core ~> 4.2