Skip to content

Commit e671394

Browse files
authored
update readme dev instructions to use net8.0
1 parent b25094e commit e671394

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)