We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80a4ad commit f92d910Copy full SHA for f92d910
.config/dotnet-tools.json
@@ -9,7 +9,7 @@
9
]
10
},
11
"fsdocs-tool": {
12
- "version": "16.1.1",
+ "version": "17.2.3",
13
"commands": [
14
"fsdocs"
15
.github/workflows/fable.yml
@@ -17,12 +17,12 @@ jobs:
17
run: git submodule update --init --recursive
18
- name: Remove global json
19
run: rm global.json
20
- - name: Setup .NET Core
+ - name: Setup .NET Core 6
21
uses: actions/setup-dotnet@v1
22
with:
23
dotnet-version: 6.0.201
24
- name: Restore tools
25
- run: dotnet tool restore
+ run: dotnet tool install --global Fable --version 3.7.20
26
- name: Use Node.js
27
uses: actions/setup-node@v1
28
0 commit comments