dev: update fable

This commit is contained in:
Jonas Juselius
2024-08-09 10:32:59 +02:00
parent f2c7879fe0
commit 33c4cc90b7
2 changed files with 13 additions and 24 deletions

13
.config/dotnet-tools.json Normal file
View File

@@ -0,0 +1,13 @@
{
"version": 1,
"isRoot": true,
"tools": {
"fable": {
"version": "4.19.3",
"commands": [
"fable"
],
"rollForward": false
}
}
}

View File

@@ -1,24 +0,0 @@
{
"version": 1,
"isRoot": true,
"tools": {
"fake-cli": {
"version": "6.0.0",
"commands": [
"fake"
]
},
"paket": {
"version": "8.0.3",
"commands": [
"paket"
]
},
"fable": {
"version": "4.17.0",
"commands": [
"fable"
]
}
}
}