Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align with HttpClient multi-targeting recommendations #61

Closed
richardszalay opened this issue Jun 11, 2018 · 3 comments
Closed

Align with HttpClient multi-targeting recommendations #61

richardszalay opened this issue Jun 11, 2018 · 3 comments

Comments

@richardszalay
Copy link
Owner

richardszalay commented Jun 11, 2018

Based on: https://leastprivilege.com/2018/05/21/the-state-of-httpclient-and-net-multi-targeting/

Will require the following changes:

  • Add a .NetStandard2.0 target that only references NETStandard.Library
  • Update the .NETFramework4.5 target so that it has a frameworkAssembly rather than a dependency

The rest of the targets can remain as-is for compatibility, but since this will change the behavior for netfx45 we'll need to release it as a major/breaking version.

@richardszalay richardszalay changed the title Align with HttpClient multi-targeting Align with HttpClient multi-targeting recommendations Jun 11, 2018
@YehudahA
Copy link

#36

@richardszalay
Copy link
Owner Author

Indeed! If only they'd published their recommendations sooner.

@richardszalay
Copy link
Owner Author

Released in 5.0.0

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

No branches or pull requests

2 participants