@@ -2,7 +2,7 @@ source https://api.nuget.org/v3/index.json
22
33
44storage: none
5- framework: netstandard2.0, netstandard2.1, net5 .0
5+ framework: netstandard2.0, netstandard2.1, net6.0, net7 .0
66nuget FSharp.Core 4.7.2
77nuget Hopac
88nuget FSharp.Control.AsyncSeq 3.2.1
@@ -12,7 +12,8 @@ nuget Expecto
1212nuget Expecto.Hopac
1313nuget Microsoft.NET.Test.Sdk
1414nuget YoloDev.Expecto.TestSdk
15- nuget Fable.Mocha 2.10.0
15+ nuget Fable.Mocha
16+ nuget Fable.Core >= 4.0.0-theta-006
1617
1718
1819group NetStandard2
@@ -25,30 +26,33 @@ nuget Expecto
2526nuget Expecto.Hopac
2627nuget Microsoft.NET.Test.Sdk
2728nuget YoloDev.Expecto.TestSdk
28- nuget Fable.Mocha 2.12.0
29- framework: netstandard2.0, net5.0
29+ nuget Fable.Mocha
30+ nuget Fable.Core >= 4.0.0-theta-006
31+ framework: netstandard2.0, net6.0
3032storage: none
3133condition: netstandard2_0
3234
3335
3436group NetStandard2_1
3537source https://api.nuget.org/v3/index.json
36- nuget FSharp.Core 6 .0.3
38+ nuget FSharp.Core >= 7 .0.0
3739nuget Hopac
3840nuget FSharp.Control.AsyncSeq
3941nuget Expecto
4042nuget Expecto.Hopac
4143nuget Microsoft.NET.Test.Sdk
4244nuget YoloDev.Expecto.TestSdk
43- nuget Fable.Mocha 2.12.0
44- nuget IcedTasks
45+ nuget Fable.Mocha
46+ nuget Fable.Core >= 4.0.0-theta-006
47+ nuget IcedTasks >= 0.3.0
48+ framework: netstandard2.1, net7.0
4549storage: none
46- condition: netstandard2_1
50+ condition: netstandard2_1, net7.0
4751
4852group Benchmarks
4953source https://api.nuget.org/v3/index.json
5054storage: none
51- nuget FSharp.Core ~> 6
55+ nuget FSharp.Core ~> 7
5256nuget BenchmarkDotNet 0.13.1
5357nuget BenchmarkDotNet.Annotations 0.13.1
5458nuget BenchmarkDotNet.Diagnostics.Windows 0.13.1
@@ -58,7 +62,7 @@ nuget BenchmarkDotNet.Diagnostics.Windows 0.13.1
5862group Build
5963 source https://api.nuget.org/v3/index.json
6064 storage: none
61- nuget FSharp.Core
65+ nuget FSharp.Core
6266 nuget Fake.Core.Target 5.22.0
6367 nuget Fake.DotNet.Cli 5.22.0
6468 nuget Fake.Core.ReleaseNotes 5.22.0
@@ -70,4 +74,4 @@ group Build
7074 nuget Fake.Api.GitHub 5.22.0
7175 nuget Fake.BuildServer.GitHubActions 5.22.0
7276 nuget MSBuild.StructuredLogger
73- nuget Octokit
77+ nuget Octokit
0 commit comments