Skip to content

Commit

Permalink
docs: Fix Docfx.App nuget package usage document (#9994)
Browse files Browse the repository at this point in the history
docs: fix Docfx.App nuget package  usage
  • Loading branch information
filzrev authored Jun 19, 2024
1 parent b6a7126 commit cc5754a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ jobs:
You can also use docfx as a NuGet library:
```xml
<PackageReference Include="Docfx.App" Version="2.73.2" />
<PackageReference Include="Docfx.App" Version="2.76.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.9.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.9.2" />
```

Then build a docset using:
Expand Down

0 comments on commit cc5754a

Please sign in to comment.