-
Notifications
You must be signed in to change notification settings - Fork 43
/
paket.dependencies
43 lines (36 loc) · 946 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
31
32
33
34
35
36
37
38
39
40
41
42
43
frameworks netstandard2.0
storage none
source https://api.nuget.org/v3/index.json
nuget FSharp.Core >= 4.7.0 lowest_matching:true
nuget Microsoft.SourceLink.GitHub prerelease copy_local:true
nuget Nerdbank.GitVersioning copy_local:true
nuget System.Text.Json >= 6.0 lowest_matching: true
group test
framework net8.0
storage none
source https://api.nuget.org/v3/index.json
nuget FSharp.Core >= 5.0
nuget FsCheck.XUnit
nuget Microsoft.NET.Test.Sdk
nuget System.Text.Json >= 8.0 prerelease
nuget xunit
nuget xunit.runner.visualstudio
nuget BenchmarkDotNet
nuget Newtonsoft.Json
group trimtest
framework net8.0
storage none
source https://api.nuget.org/v3/index.json
nuget FSharp.Core
nuget System.Text.Json
nuget FsCheck.XUnit
nuget xunit
nuget xunit.console
nuget Microsoft.NET.Test.Sdk
group fake
framework net8.0
storage none
source https://api.nuget.org/v3/index.json
nuget Fake.DotNet.Cli
nuget Fake.IO.FileSystem
nuget Fake.Core.Target