Skip to content

Conversation

hanabi1224
Copy link

@hanabi1224 hanabi1224 commented May 22, 2019

Portable libs will be added later if there're no concerns about using a single multi-targeting project.
ci build (from folk repo): https://ci.appveyor.com/project/hanabi1224/html-agility-pack/builds/24739600/artifacts

- path: '**\*.nupkg'
name: nupkg
- path: '**\*.snupkg'
name: snupkg
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'$(TargetFramework)' == 'netstandard1.6' or
'$(TargetFramework)' == 'netstandard2.0'
">
<PackageReference Include="System.Net.Http" Version="4.3.4" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These libraries all ship OOB with netstandard2.0. Adding a dependency on these for netstandard2.0 is not required, and will only make the dependency graph more complex. Would it be possible to remove the dependency on these for netstandard2.0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants