We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3543c6a commit 3f92b62Copy full SHA for 3f92b62
docs/docs/getting-started/setup.md
@@ -7,22 +7,6 @@ layout: standard
7
8
In order to use Fable you will need the following tools:
9
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
26
- [.NET Core SDK](https://dotnet.microsoft.com/) to work with F# files and dependencies
27
- [Node.js](https://nodejs.org/) to execute JS code
28
- A JS package manager, like [npm](https://www.npmjs.com/) (which comes with Node) or [yarn](https://yarnpkg.com/)
0 commit comments