-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Ship Microsoft.AspNetCore.WebUtilities, Microsoft.Net.Http.Headers as packages #48265
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
Conversation
What about its dependencies like Microsoft.Net.Http.Headers? |
Good call. Looks like the chain ends there, so I'll just update that one |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll need to un-deprecate these packages on nuget.org.
Deprecation applies to specific versions, so as soon as there's a new version the message should go away (unless you click on one of the deprecated versions) |
Do you also need to add
? |
I wasn't aware of that, but from other projects in the repo it looks like I do - is there a doc about this somewhere I can look through? |
There is the generic doc about it |
Fixes #48068. WebUtilities is used by blazor wasm projects that don't have access to the SharedFx (and it depends on Headers)