From e9d0a36061078312bf4935cdab56538b47ac50c0 Mon Sep 17 00:00:00 2001 From: Theodore Tsirpanis Date: Sun, 1 Sep 2024 23:34:01 +0300 Subject: [PATCH] Target .NET 8 in the tool. --- README.md | 4 ++-- src/fsdocs-tool/fsdocs-tool.fsproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 772773e3c..a6a4fa5b2 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 diff --git a/src/fsdocs-tool/fsdocs-tool.fsproj b/src/fsdocs-tool/fsdocs-tool.fsproj index f30c81c08..c1890fed1 100644 --- a/src/fsdocs-tool/fsdocs-tool.fsproj +++ b/src/fsdocs-tool/fsdocs-tool.fsproj @@ -3,7 +3,7 @@ Exe fsdocs - net6.0 + net8.0 fsdocs-tool LatestMajor true