Skip to content

Commit

Permalink
Merge pull request #392 from teo-tsirpanis/master
Browse files Browse the repository at this point in the history
Remove redundant package references from .NET Standard 2.0.
  • Loading branch information
JonathanMagnan authored May 30, 2020
2 parents 9c945a3 + 8741194 commit 8591f1d
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 8591f1d

Please sign in to comment.