Skip to content

Commit

Permalink
Remove redundant package references from .NET Standard 2.0.
Browse files Browse the repository at this point in the history
These are not needed in .NET Standard 2.0 and significantly clutter the dependency graph of any library that uses HAP.
  • Loading branch information
teo-tsirpanis committed May 25, 2020
1 parent 9c945a3 commit 8741194
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,4 @@

<Import Project="..\HtmlAgilityPack.Shared\HtmlAgilityPack.Shared.projitems" Label="Shared" />

<ItemGroup>
<PackageReference Include="System.Net.Http" Version="4.3.2" />
<PackageReference Include="System.Xml.XmlDocument" Version="4.3.0" />
<PackageReference Include="System.Xml.XPath" Version="4.3.0" />
<PackageReference Include="System.Xml.XPath.XmlDocument" Version="4.3.0" />
</ItemGroup>

</Project>

0 comments on commit 8741194

Please sign in to comment.