Skip to content

Commit 13fce50

Browse files
committed
Fix #83: initialize Skippable and ValueOption record fields
1 parent 53fc579 commit 13fce50

6 files changed

Lines changed: 269 additions & 68 deletions

File tree

paket.dependencies

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,18 @@ nuget Microsoft.SourceLink.GitHub prerelease copy_local:true
99
nuget Nerdbank.GitVersioning copy_local:true
1010
nuget System.Text.Json >= 4.6.0 lowest_matching: true
1111
nuget xunit ~> 2.4.0
12-
nuget xunit.console ~> 2.4.0
1312
nuget xunit.runner.visualstudio ~> 2.4.0
1413
nuget BenchmarkDotNet
15-
nuget Newtonsoft.Json
14+
nuget Newtonsoft.Json
15+
16+
group trimtest
17+
framework net5.0
18+
storage none
19+
source https://api.nuget.org/v3/index.json
20+
21+
nuget FSharp.Core >= 5.0
22+
nuget System.Text.Json >= 5.0
23+
nuget FsCheck.XUnit
24+
nuget xunit ~> 2.4.0
25+
nuget xunit.console ~> 2.4.0
26+
nuget Microsoft.NET.Test.Sdk ~> 16.3.0

0 commit comments

Comments
 (0)