Skip to content

Commit 1b1f19b

Browse files
committed
2 parents 62adad5 + 2addd2b commit 1b1f19b

2 files changed

Lines changed: 34 additions & 35 deletions

File tree

paket.dependencies

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ nuget ExtraConstraints.Fody 1.14.0
1414
nuget Microsoft.Build.Framework ~> 16.10
1515
nuget System.CodeDom >= 7.0
1616
nuget FSharp.Quotations.Evaluator 2.1.0
17-
nuget FSharpx.Collections 2.1.3
18-
nuget FSharpx.Text.StructuredFormat ~> 3.0.0
17+
nuget FSharpx.Collections >= 3.1
18+
nuget FSharpx.Text.StructuredFormat >= 3.1
1919
nuget Brahma.FSharp >= 2.0.1
2020
nuget BenchmarkDotNet
2121
nuget MathNet.Numerics.FSharp 4.0.0

paket.lock

Lines changed: 32 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,29 @@ NUGET
1818
System.Reflection.Emit.Lightweight (>= 4.7) - restriction: >= netstandard2.0
1919
System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: >= netstandard2.0
2020
BenchmarkDotNet.Annotations (0.13.2) - restriction: >= netstandard2.0
21-
Brahma.FSharp (2.0.1)
22-
Brahma.FSharp.OpenCL.Printer (>= 2.0.1) - restriction: >= net5.0
23-
Brahma.FSharp.OpenCL.Shared (>= 2.0.1) - restriction: >= net5.0
24-
Brahma.FSharp.OpenCL.Translator (>= 2.0.1) - restriction: >= net5.0
25-
FSharp.Core (>= 5.0.1) - restriction: >= net5.0
26-
FSharp.Quotations.Evaluator (>= 2.1) - restriction: >= net5.0
27-
YC.OpenCL.NET (>= 2.0.1) - restriction: >= net5.0
28-
Brahma.FSharp.OpenCL.AST (2.0.1) - restriction: >= net5.0
29-
FSharp.Core (>= 5.0.1) - restriction: >= net5.0
30-
Brahma.FSharp.OpenCL.Printer (2.0.1) - restriction: >= net5.0
31-
Brahma.FSharp.OpenCL.AST (>= 2.0.1) - restriction: >= net5.0
32-
Brahma.FSharp.OpenCL.Translator (>= 2.0.1) - restriction: >= net5.0
33-
FSharp.Core (>= 5.0.1) - restriction: >= net5.0
34-
FSharpx.Collections (>= 2.1.3) - restriction: >= net5.0
35-
FSharpx.Text.StructuredFormat (>= 3.0) - restriction: >= net5.0
36-
Brahma.FSharp.OpenCL.Shared (2.0.1) - restriction: >= net5.0
37-
FSharp.Core (>= 5.0) - restriction: >= net5.0
38-
YC.OpenCL.NET (>= 2.0.1) - restriction: >= net5.0
39-
Brahma.FSharp.OpenCL.Translator (2.0.1) - restriction: >= net5.0
40-
Brahma.FSharp.OpenCL.AST (>= 2.0.1) - restriction: >= net5.0
41-
Brahma.FSharp.OpenCL.Shared (>= 2.0.1) - restriction: >= net5.0
42-
FSharp.Core (>= 5.0.1) - restriction: >= net5.0
43-
FSharp.Quotations.Evaluator (>= 2.1) - restriction: >= net5.0
44-
FSharpx.Collections (>= 2.1.3) - restriction: >= net5.0
21+
Brahma.FSharp (2.0.3)
22+
Brahma.FSharp.OpenCL.Printer (>= 2.0.3) - restriction: >= net7.0
23+
Brahma.FSharp.OpenCL.Shared (>= 2.0.3) - restriction: >= net7.0
24+
Brahma.FSharp.OpenCL.Translator (>= 2.0.3) - restriction: >= net7.0
25+
FSharp.Core (7.0) - restriction: >= net7.0
26+
FSharp.Quotations.Evaluator (>= 2.1) - restriction: >= net7.0
27+
YC.OpenCL.NET (>= 2.0.3) - restriction: >= net7.0
28+
Brahma.FSharp.OpenCL.AST (2.0.3) - restriction: >= net7.0
29+
FSharp.Core (7.0) - restriction: >= net7.0
30+
Brahma.FSharp.OpenCL.Printer (2.0.3) - restriction: >= net7.0
31+
Brahma.FSharp.OpenCL.AST (>= 2.0.3) - restriction: >= net7.0
32+
Brahma.FSharp.OpenCL.Translator (>= 2.0.3) - restriction: >= net7.0
33+
FSharp.Core (7.0) - restriction: >= net7.0
34+
FSharpx.Collections (>= 3.1) - restriction: >= net7.0
35+
FSharpx.Text.StructuredFormat (>= 3.1) - restriction: >= net7.0
36+
Brahma.FSharp.OpenCL.Shared (2.0.3) - restriction: >= net7.0
37+
YC.OpenCL.NET (>= 2.0.3) - restriction: >= net7.0
38+
Brahma.FSharp.OpenCL.Translator (2.0.3) - restriction: >= net7.0
39+
Brahma.FSharp.OpenCL.AST (>= 2.0.3) - restriction: >= net7.0
40+
Brahma.FSharp.OpenCL.Shared (>= 2.0.3) - restriction: >= net7.0
41+
FSharp.Core (7.0) - restriction: >= net7.0
42+
FSharp.Quotations.Evaluator (>= 2.1) - restriction: >= net7.0
43+
FSharpx.Collections (>= 3.1) - restriction: >= net7.0
4544
CommandLineParser (2.9.1) - restriction: >= netstandard2.0
4645
Expecto (9.0.2)
4746
FSharp.Core (>= 4.6) - restriction: || (>= net461) (>= netstandard2.0)
@@ -58,9 +57,9 @@ NUGET
5857
FSharp.Core (7.0)
5958
FSharp.Quotations.Evaluator (2.1)
6059
FSharp.Core (>= 4.3.1) - restriction: >= netstandard2.0
61-
FSharpx.Collections (2.1.3)
62-
FSharp.Core (>= 4.3.4) - restriction: || (>= net45) (>= netstandard2.0)
63-
FSharpx.Text.StructuredFormat (3.0)
60+
FSharpx.Collections (3.1)
61+
FSharp.Core (>= 4.3.4) - restriction: >= netstandard2.0
62+
FSharpx.Text.StructuredFormat (3.1)
6463
FSharp.Core (>= 4.6.2) - restriction: || (>= net452) (>= netstandard2.0)
6564
Iced (1.18) - restriction: >= netstandard2.0
6665
MathNet.Numerics (5.0) - restriction: || (>= net45) (>= netstandard1.6)
@@ -78,7 +77,7 @@ NUGET
7877
MathNet.Numerics.MKL.Win-x64 (2.5)
7978
Microsoft.Bcl.AsyncInterfaces (7.0) - restriction: >= netstandard2.0
8079
System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (>= net462) (&& (>= netstandard2.0) (< netstandard2.1))
81-
Microsoft.Build.Framework (16.11)
80+
Microsoft.Build.Framework (16.10)
8281
System.Security.Permissions (>= 4.7) - restriction: && (< net472) (>= netstandard2.0)
8382
Microsoft.Build.Tasks.Git (1.1.1) - copy_local: true
8483
Microsoft.CodeAnalysis.Analyzers (3.3.3) - restriction: >= netstandard2.0
@@ -502,7 +501,7 @@ NUGET
502501
System.Globalization (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
503502
System.Reflection (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
504503
System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
505-
System.Runtime (4.3.1) - restriction: || (&& (< monoandroid) (< netstandard1.1) (>= netstandard1.6) (< win8)) (&& (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0)) (&& (< netstandard1.1) (>= netstandard1.6) (>= uap10.0) (< win8)) (&& (< netstandard1.3) (>= netstandard1.6) (>= uap10.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0) (< win8) (< wpa81)) (&& (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (< netstandard2.0) (>= uap10.0))
504+
System.Runtime (4.3.1) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.4) (>= netstandard1.6)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard1.6) (< win8)) (&& (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0)) (&& (< netstandard1.1) (>= netstandard1.6) (>= uap10.0) (< win8)) (&& (< netstandard1.3) (>= netstandard1.6) (>= uap10.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0) (< win8) (< wpa81)) (&& (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (< netstandard2.0) (>= uap10.0))
506505
Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.2) (< win8) (< wp8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos))
507506
Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.2) (< win8) (< wp8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos))
508507
System.Runtime.CompilerServices.Unsafe (6.0) - restriction: || (&& (< monoandroid) (>= netcoreapp2.0) (< netcoreapp2.1)) (>= net462) (&& (>= net6.0) (< net7.0)) (&& (< net6.0) (>= xamarinios)) (&& (< net6.0) (>= xamarinmac)) (>= netstandard2.0)
@@ -745,10 +744,10 @@ NUGET
745744
System.Xml.XmlDocument (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
746745
TypeShape (9.0)
747746
FSharp.Core (>= 4.3.2) - restriction: >= netstandard2.0
748-
YC.OpenCL.NET (2.0.1) - restriction: >= net5.0
749-
ExtraConstraints.Fody (>= 1.14) - restriction: >= net5.0
750-
Microsoft.Build.Framework (>= 16.10) - restriction: >= net5.0
751-
System.CodeDom (>= 5.0) - restriction: >= net5.0
747+
YC.OpenCL.NET (2.0.3) - restriction: >= net7.0
748+
ExtraConstraints.Fody (1.14) - restriction: >= net7.0
749+
Microsoft.Build.Framework (16.10) - restriction: >= net7.0
750+
System.CodeDom (>= 7.0) - restriction: >= net7.0
752751
YoloDev.Expecto.TestSdk (0.13.3)
753752
Expecto (>= 9.0 < 10.0) - restriction: >= netcoreapp3.1
754753
FSharp.Core (>= 4.6.2) - restriction: >= netcoreapp3.1

0 commit comments

Comments
 (0)