File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,24 @@ layout: standard
77
88In order to use Fable you will need the following tools:
99
10+ ::: warning
11+ Fable 3, currently has trouble with .NET 7.
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+ You can also give a try to [ Fable 4] ( https://fable.io/blog/2022/2022-09-28-fable-4-theta.html ) , as it already has .NET 7 support.
26+ :::
27+
1028- [ .NET Core SDK] ( https://dotnet.microsoft.com/ ) to work with F# files and dependencies
1129- [ Node.js] ( https://nodejs.org/ ) to execute JS code
1230- A JS package manager, like [ npm] ( https://www.npmjs.com/ ) (which comes with Node) or [ yarn] ( https://yarnpkg.com/ )
You can’t perform that action at this time.
0 commit comments