-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathpaket.dependencies
More file actions
47 lines (36 loc) · 1.43 KB
/
paket.dependencies
File metadata and controls
47 lines (36 loc) · 1.43 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
source https://api.nuget.org/v3/index.json
generate_load_scripts: true
nuget NuGet.CommandLine
group Common
source https://api.nuget.org/v3/index.json
frameworks: net5.0, netstandard2.0
generate_load_scripts: true
nuget System.Reactive
# Be explicit about FSharp.Core 4.7.2 when designing libraries.
# See https://fsharp.github.io/2015/04/18/fsharp-core-notes.html#fsharpcore-entries-in-project-files for additional information.
nuget FSharp.Core 4.7.2
# FParsec needs to be explicit for the client provider design time reference.
# This should not be a problem since FParsec almost never gets a new release.
nuget FParsec 1.1.1
nuget Microsoft.Extensions.Http 5
nuget FsToolkit.ErrorHandling
# Those are needed for the client type provider.
github fsprojects/FSharp.TypeProviders.SDK:377d56321ad062985ed5aa19f205c1c4f04ef328 src/ProvidedTypes.fsi
github fsprojects/FSharp.TypeProviders.SDK:377d56321ad062985ed5aa19f205c1c4f04ef328 src/ProvidedTypes.fs
group TestsAndSamples
source https://api.nuget.org/v3/index.json
frameworks: net5.0, netstandard2.0
generate_load_scripts: true
nuget Microsoft.Extensions.Http 5
nuget System.Net.Http 4.3.4
nuget FSharp.Core
nuget Newtonsoft.Json
nuget Suave
nuget Giraffe
nuget Microsoft.NET.Test.Sdk
nuget xunit
nuget xunit.runner.utility
nuget xunit.runner.console
nuget xunit.runner.visualstudio
nuget BenchmarkDotNet
nuget FSharp.Data.TypeProviders