Skip to content

Commit

Permalink
Target .NET 8 in the tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Sep 1, 2024
1 parent 31e0a51 commit e9d0a36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/fsdocs-tool/fsdocs-tool.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AssemblyName>fsdocs</AssemblyName>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<PackageId>fsdocs-tool</PackageId>
<RollForward>LatestMajor</RollForward>
<IsPackable>true</IsPackable>
Expand Down

0 comments on commit e9d0a36

Please sign in to comment.