From e671394249083e169a9b6a1dffe420abed4cce54 Mon Sep 17 00:00:00 2001 From: nhirschey Date: Tue, 22 Apr 2025 17:31:53 +0100 Subject: [PATCH] update readme dev instructions to use net8.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 772773e3..a6a4fa5b 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ See https://fsprojects.github.io/FSharp.Formatting/ Once built, you can run the command-line tool to self-build the docs for this directory using dotnet build - src\fsdocs-tool\bin\Debug\net6.0\fsdocs.exe watch - src\fsdocs-tool\bin\Debug\net6.0\fsdocs.exe build --clean + src\fsdocs-tool\bin\Debug\net8.0\fsdocs.exe watch + src\fsdocs-tool\bin\Debug\net8.0\fsdocs.exe build --clean ### Pipelines