Skip to content

Commit

Permalink
Docs: explicitly add references to Roslyn packages
Browse files Browse the repository at this point in the history
Required by Docfx.App 2.76.0 or later.
  • Loading branch information
kleisauke committed Oct 13, 2024
1 parent 35f6db1 commit 9e715c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/NetVips.Docs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

<ItemGroup>
<PackageReference Include="Docfx.App" Version="2.77.0" />
<!-- The versions of Microsoft.CodeAnalysis.* must match exactly what Docfx.App was built against -->
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="[4.10.0]" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="[4.10.0]" />
</ItemGroup>

</Project>

0 comments on commit 9e715c8

Please sign in to comment.