-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaket.dependencies
30 lines (23 loc) · 917 Bytes
/
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
framework: >= net45
source https://nuget.org/api/v2
# The setting below means your libraries will assume a minimum target of .NET 4.5 + F# 4.0.
#
# To increase the minimum assumed .NET Framework, change the TargetFrameworkVersion in the .fsproj project files.
#
# To increase the minimum assumed F# version to F# 4.1, change to
# nuget FSharp.Core ~> 4.1.0 redirects: force
nuget FSharp.Core ~> 4.0.0.1 redirects: force
nuget FSharp.Data
nuget NEST
group Build
source https://nuget.org/api/v2
nuget FAKE
nuget FSharp.Formatting 3.0.0-beta01
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.StarterPack src/ProvidedTypesTesting.fs
group Test
source https://nuget.org/api/v2
nuget NUnit ~> 2
nuget NUnit.Runners ~> 2