[Deps]Remove unused dependencies (#21371)

This commit is contained in:
Davide Giacometti
2022-11-08 18:35:06 +01:00
committed by GitHub
parent c51103404f
commit cca10d2455
39 changed files with 16 additions and 98 deletions

View File

@@ -49,10 +49,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.0.0" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.42" />
<PackageReference Include="Markdig.Signed" Version="0.27.0" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1343.22" />
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.0.0" />
<PackageReference Include="System.IO.Abstractions" Version="17.2.3" />
</ItemGroup>