Skip to content

Commit cabcaf4

Browse files
authored
Merge pull request #954 from fsprojects/doc-fix
update readme dev instructions to use net8.0
2 parents b25094e + e671394 commit cabcaf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ See https://fsprojects.github.io/FSharp.Formatting/
1515
Once built, you can run the command-line tool to self-build the docs for this directory using
1616

1717
dotnet build
18-
src\fsdocs-tool\bin\Debug\net6.0\fsdocs.exe watch
19-
src\fsdocs-tool\bin\Debug\net6.0\fsdocs.exe build --clean
18+
src\fsdocs-tool\bin\Debug\net8.0\fsdocs.exe watch
19+
src\fsdocs-tool\bin\Debug\net8.0\fsdocs.exe build --clean
2020

2121
### Pipelines
2222

0 commit comments

Comments
 (0)