Skip to content

Commit 3f92b62

Browse files
author
Maxime Mangel
authored
Remove Fable 3 specific warning
See: fable-compiler/Fable#3669
1 parent 3543c6a commit 3f92b62

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

docs/docs/getting-started/setup.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,6 @@ layout: standard
77

88
In order to use Fable you will need the following tools:
99

10-
:::warning
11-
Fable 3 only support up to .NET 6.
12-
13-
If you have .NET 7 installed on your system, you will need to add a `global.json` file to your project to ensure .NET 6 is used.
14-
15-
*Example:*
16-
17-
`{
18-
"sdk": {
19-
"version": "6.0.0",
20-
"rollForward": "latestMinor"
21-
}
22-
}
23-
`
24-
:::
25-
2610
- [.NET Core SDK](https://dotnet.microsoft.com/) to work with F# files and dependencies
2711
- [Node.js](https://nodejs.org/) to execute JS code
2812
- A JS package manager, like [npm](https://www.npmjs.com/) (which comes with Node) or [yarn](https://yarnpkg.com/)

0 commit comments

Comments
 (0)