We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a7126 commit cc5754aCopy full SHA for cc5754a
docs/index.md
@@ -98,7 +98,9 @@ jobs:
98
You can also use docfx as a NuGet library:
99
100
```xml
101
-<PackageReference Include="Docfx.App" Version="2.73.2" />
+<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" />
104
```
105
106
Then build a docset using:
0 commit comments