-
Notifications
You must be signed in to change notification settings - Fork 88
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
Comments
richardszalay
changed the title
Align with HttpClient multi-targeting
Align with HttpClient multi-targeting recommendations
Jun 11, 2018
Indeed! If only they'd published their recommendations sooner. |
Closed
richardszalay
added a commit
that referenced
this issue
Jun 18, 2018
richardszalay
added a commit
that referenced
this issue
Jun 18, 2018
Released in 5.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on: https://leastprivilege.com/2018/05/21/the-state-of-httpclient-and-net-multi-targeting/
Will require the following changes:
.NetStandard2.0
target that only referencesNETStandard.Library
.NETFramework4.5
target so that it has aframeworkAssembly
rather than adependency
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.
The text was updated successfully, but these errors were encountered: