Skip to content

Commit cc5754a

Browse files
authored
docs: Fix Docfx.App nuget package usage document (#9994)
docs: fix Docfx.App nuget package usage
1 parent b6a7126 commit cc5754a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ jobs:
9898
You can also use docfx as a NuGet library:
9999
100100
```xml
101-
<PackageReference Include="Docfx.App" Version="2.73.2" />
101+
<PackageReference Include="Docfx.App" Version="2.76.0" />
102+
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.9.2" />
103+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.9.2" />
102104
```
103105

104106
Then build a docset using:

0 commit comments

Comments
 (0)