Skip to content

Commit

Permalink
chore: Remove unused dependency (dotnet#9101)
Browse files Browse the repository at this point in the history
  • Loading branch information
filzrev authored and p-kostov committed Jun 28, 2024
1 parent 93cb0d0 commit 09176e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Docfx.HtmlToPdf/Docfx.HtmlToPdf.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<Compile Remove="Manifest.cs" />
<Compile Remove="ManifestItem.cs" />
Expand All @@ -12,7 +12,6 @@

<ItemGroup>
<ProjectReference Include="..\Docfx.Build.Common\Docfx.Build.Common.csproj" />
<ProjectReference Include="..\Docfx.Build.ConceptualDocuments\Docfx.Build.ConceptualDocuments.csproj" />
<ProjectReference Include="..\Docfx.Common\Docfx.Common.csproj" />
</ItemGroup>
</Project>

0 comments on commit 09176e7

Please sign in to comment.