Skip to content

Commit 67504a9

Browse files
authored
Update to theta-015 (#81)
* Update to theta-015 * Update poetry lock file
1 parent 4bef942 commit 67504a9

File tree

6 files changed

+411
-361
lines changed

6 files changed

+411
-361
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"fable": {
12-
"version": "4.0.0-theta-010",
12+
"version": "4.0.0-theta-015",
1313
"commands": [
1414
"fable"
1515
]

paket.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2,58 +2,58 @@ STORAGE: NONE
22
RESTRICTION: || (== net6.0) (== netstandard2.0) (== netstandard2.1)
33
NUGET
44
remote: https://api.nuget.org/v3/index.json
5-
Fable.Core (4.0.0-theta-003)
6-
FSharp.Core (6.0.6)
5+
Fable.Core (4.0.0-theta-007)
6+
FSharp.Core (7.0)
77

88
GROUP Build
99
STORAGE: NONE
1010
RESTRICTION: == net6.0
1111
NUGET
1212
remote: https://api.nuget.org/v3/index.json
13-
Fake.Core.CommandLineParsing (5.23)
13+
Fake.Core.CommandLineParsing (5.23.1)
1414
FParsec (>= 1.1.1)
1515
FSharp.Core (>= 6.0)
16-
Fake.Core.Context (5.23)
16+
Fake.Core.Context (5.23.1)
1717
FSharp.Core (>= 6.0)
18-
Fake.Core.Environment (5.23)
18+
Fake.Core.Environment (5.23.1)
1919
FSharp.Core (>= 6.0)
20-
Fake.Core.FakeVar (5.23)
21-
Fake.Core.Context (>= 5.23)
20+
Fake.Core.FakeVar (5.23.1)
21+
Fake.Core.Context (>= 5.23.1)
2222
FSharp.Core (>= 6.0)
23-
Fake.Core.Process (5.23)
24-
Fake.Core.Environment (>= 5.23)
25-
Fake.Core.FakeVar (>= 5.23)
26-
Fake.Core.String (>= 5.23)
27-
Fake.Core.Trace (>= 5.23)
28-
Fake.IO.FileSystem (>= 5.23)
23+
Fake.Core.Process (5.23.1)
24+
Fake.Core.Environment (>= 5.23.1)
25+
Fake.Core.FakeVar (>= 5.23.1)
26+
Fake.Core.String (>= 5.23.1)
27+
Fake.Core.Trace (>= 5.23.1)
28+
Fake.IO.FileSystem (>= 5.23.1)
2929
FSharp.Core (>= 6.0)
3030
System.Collections.Immutable (>= 5.0)
31-
Fake.Core.String (5.23)
31+
Fake.Core.String (5.23.1)
3232
FSharp.Core (>= 6.0)
33-
Fake.Core.Target (5.23)
34-
Fake.Core.CommandLineParsing (>= 5.23)
35-
Fake.Core.Context (>= 5.23)
36-
Fake.Core.Environment (>= 5.23)
37-
Fake.Core.FakeVar (>= 5.23)
38-
Fake.Core.Process (>= 5.23)
39-
Fake.Core.String (>= 5.23)
40-
Fake.Core.Trace (>= 5.23)
33+
Fake.Core.Target (5.23.1)
34+
Fake.Core.CommandLineParsing (>= 5.23.1)
35+
Fake.Core.Context (>= 5.23.1)
36+
Fake.Core.Environment (>= 5.23.1)
37+
Fake.Core.FakeVar (>= 5.23.1)
38+
Fake.Core.Process (>= 5.23.1)
39+
Fake.Core.String (>= 5.23.1)
40+
Fake.Core.Trace (>= 5.23.1)
4141
FSharp.Control.Reactive (>= 5.0.2)
4242
FSharp.Core (>= 6.0)
43-
Fake.Core.Trace (5.23)
44-
Fake.Core.Environment (>= 5.23)
45-
Fake.Core.FakeVar (>= 5.23)
43+
Fake.Core.Trace (5.23.1)
44+
Fake.Core.Environment (>= 5.23.1)
45+
Fake.Core.FakeVar (>= 5.23.1)
4646
FSharp.Core (>= 6.0)
47-
Fake.IO.FileSystem (5.23)
48-
Fake.Core.String (>= 5.23)
47+
Fake.IO.FileSystem (5.23.1)
48+
Fake.Core.String (>= 5.23.1)
4949
FSharp.Core (>= 6.0)
5050
FParsec (1.1.1)
5151
FSharp.Core (>= 4.3.4)
5252
FSharp.Control.Reactive (5.0.5)
5353
FSharp.Core (>= 4.7.2)
5454
System.Reactive (>= 5.0 < 6.0)
55-
FSharp.Core (6.0.6)
56-
System.Collections.Immutable (6.0)
55+
FSharp.Core (7.0)
56+
System.Collections.Immutable (7.0)
5757
System.Runtime.CompilerServices.Unsafe (>= 6.0)
5858
System.Reactive (5.0)
5959
System.Runtime.CompilerServices.Unsafe (6.0)
@@ -63,27 +63,27 @@ STORAGE: NONE
6363
RESTRICTION: == net6.0
6464
NUGET
6565
remote: https://api.nuget.org/v3/index.json
66-
Fable.Core (4.0.0-theta-003)
67-
FSharp.Core (6.0.6)
68-
Microsoft.CodeCoverage (17.3.1)
66+
Fable.Core (4.0.0-theta-007)
67+
FSharp.Core (7.0)
68+
Microsoft.CodeCoverage (17.4)
6969
Microsoft.NET.Test.Sdk (16.11)
7070
Microsoft.CodeCoverage (>= 16.11)
7171
Microsoft.TestPlatform.TestHost (>= 16.11)
72-
Microsoft.NETCore.Platforms (6.0.5)
73-
Microsoft.TestPlatform.ObjectModel (17.3.1)
72+
Microsoft.NETCore.Platforms (7.0)
73+
Microsoft.TestPlatform.ObjectModel (17.4)
7474
NuGet.Frameworks (>= 5.11)
7575
System.Reflection.Metadata (>= 1.6)
76-
Microsoft.TestPlatform.TestHost (17.3.1)
77-
Microsoft.TestPlatform.ObjectModel (>= 17.3.1)
78-
Newtonsoft.Json (>= 9.0.1)
76+
Microsoft.TestPlatform.TestHost (17.4)
77+
Microsoft.TestPlatform.ObjectModel (>= 17.4)
78+
Newtonsoft.Json (>= 13.0.1)
7979
NETStandard.Library (2.0.3)
8080
Microsoft.NETCore.Platforms (>= 1.1)
8181
Newtonsoft.Json (13.0.1)
82-
NuGet.Frameworks (6.3)
83-
System.Collections.Immutable (6.0)
82+
NuGet.Frameworks (6.4)
83+
System.Collections.Immutable (7.0)
8484
System.Runtime.CompilerServices.Unsafe (>= 6.0)
85-
System.Reflection.Metadata (6.0.1)
86-
System.Collections.Immutable (>= 6.0)
85+
System.Reflection.Metadata (7.0)
86+
System.Collections.Immutable (>= 7.0)
8787
System.Runtime.CompilerServices.Unsafe (6.0)
8888
xunit (2.4.2)
8989
xunit.analyzers (>= 1.0)

0 commit comments

Comments
 (0)