aboutsummaryrefslogtreecommitdiff
path: root/.config/dotnet-tools.json
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2025-08-01 20:22:50 +0300
committerJoel Stålnacke <joel@saker.fi>2025-08-01 20:22:50 +0300
commit40525e4f0ff494a3b5bf9cebad5d00ac25a3d840 (patch)
tree0a2cdf34f68f8a194a20e4c26afdbac771084c72 /.config/dotnet-tools.json
Basic domain logic
Diffstat (limited to '.config/dotnet-tools.json')
-rw-r--r--.config/dotnet-tools.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
new file mode 100644
index 0000000..54739cd
--- /dev/null
+++ b/.config/dotnet-tools.json
@@ -0,0 +1,13 @@
+{
+ "version": 1,
+ "isRoot": true,
+ "tools": {
+ "fable": {
+ "version": "4.25.0",
+ "commands": [
+ "fable"
+ ],
+ "rollForward": false
+ }
+ }
+} \ No newline at end of file