Skip to content

Commit 9a8682a

Browse files
committed
Fable 4.0
1 parent 4442d17 commit 9a8682a

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

.config/dotnet-tools.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"version": 1,
3-
"isRoot": true,
4-
"tools": {
5-
"paket": {
6-
"version": "7.2.0-alpha003",
7-
"commands": [
8-
"paket"
9-
]
10-
},
11-
"fable": {
12-
"version": "4.0.0-theta-018",
13-
"commands": [
14-
"fable"
15-
]
16-
},
17-
"fantomas": {
18-
"version": "6.0.0-alpha-007",
19-
"commands": [
20-
"fantomas"
21-
]
22-
},
23-
"femto": {
24-
"version": "0.9.0",
25-
"commands": [
26-
"femto"
27-
]
2+
"version": 1,
3+
"isRoot": true,
4+
"tools": {
5+
"paket": {
6+
"version": "7.2.0-alpha003",
7+
"commands": [
8+
"paket"
9+
]
10+
},
11+
"fable": {
12+
"version": "4.0.4",
13+
"commands": [
14+
"fable"
15+
]
16+
},
17+
"fantomas": {
18+
"version": "6.0.0-alpha-010",
19+
"commands": [
20+
"fantomas"
21+
]
22+
},
23+
"femto": {
24+
"version": "0.9.0",
25+
"commands": [
26+
"femto"
27+
]
28+
}
2829
}
29-
}
3030
}

paket.dependencies

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ nuget Expecto.Hopac
1313
nuget Microsoft.NET.Test.Sdk
1414
nuget YoloDev.Expecto.TestSdk
1515
nuget Fable.Mocha
16-
nuget Fable.Core >= 4.0.0-theta-006
16+
nuget Fable.Core >= 4.0.0
1717

1818

1919

@@ -28,7 +28,7 @@ nuget Expecto.Hopac
2828
nuget Microsoft.NET.Test.Sdk
2929
nuget YoloDev.Expecto.TestSdk
3030
nuget Fable.Mocha
31-
nuget Fable.Core >= 4.0.0-theta-006
31+
nuget Fable.Core >= 4.0.0
3232
framework: netstandard2.0, net6.0
3333
storage: none
3434
condition: netstandard2_0
@@ -46,7 +46,7 @@ nuget Expecto.Hopac
4646
nuget Microsoft.NET.Test.Sdk
4747
nuget YoloDev.Expecto.TestSdk
4848
nuget Fable.Mocha
49-
nuget Fable.Core >= 4.0.0-theta-006
49+
nuget Fable.Core >= 4.0.0
5050
nuget IcedTasks >= 0.5.1
5151
framework: netstandard2.1, net7.0
5252
storage: none

paket.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ NUGET
88
Expecto.Hopac (9.0.4)
99
Expecto (>= 9.0.4)
1010
Hopac (>= 0.4.1)
11-
Fable.Core (4.0.0-theta-006)
11+
Fable.Core (4.0)
1212
Fable.Mocha (2.15)
1313
Fable.Core (>= 3.0)
1414
FSharp.Core (>= 4.7)
@@ -910,7 +910,7 @@ NUGET
910910
Expecto.Hopac (9.0.4)
911911
Expecto (>= 9.0.4)
912912
Hopac (>= 0.4.1)
913-
Fable.Core (4.0.0-theta-006)
913+
Fable.Core (4.0)
914914
Fable.Mocha (2.15)
915915
Fable.Core (>= 3.0)
916916
FSharp.Core (>= 4.7)
@@ -962,7 +962,7 @@ NUGET
962962
Expecto.Hopac (9.0.4)
963963
Expecto (>= 9.0.4)
964964
Hopac (>= 0.4.1)
965-
Fable.Core (4.0.0-theta-006)
965+
Fable.Core (4.0)
966966
Fable.Mocha (2.15)
967967
Fable.Core (>= 3.0)
968968
FSharp.Core (>= 4.7)

0 commit comments

Comments
 (0)