Make Microsoft.Extensions.Http dependency framework friendly#3296
Merged
Conversation
jennyf19
reviewed
Mar 14, 2025
jmprieur
reviewed
Mar 14, 2025
jmprieur
left a comment
Collaborator
There was a problem hiding this comment.
There are static analysis issues to fix
GeoK
reviewed
Mar 14, 2025
GeoK
reviewed
Mar 14, 2025
GeoK
reviewed
Mar 14, 2025
added 3 commits
March 14, 2025 15:18
GeoK
approved these changes
Mar 14, 2025
pmaytak
approved these changes
Mar 14, 2025
sruke
pushed a commit
that referenced
this pull request
Mar 24, 2025
This PR pins Microsoft.Extensions.Http ver 3.1.3 to .Net Framework/Standard and uses inbox version of Microsoft.Extensions.Http for .Net Core. Change involves updating Directory.Build.props and updating CSProj to reference Microsoft.Extensions.Http package only for non .Net Core. --------- Co-authored-by: Kashif Mehmood <kashifm@ntdev.microsoft.com>
sruke
added a commit
that referenced
this pull request
Mar 24, 2025
* Send req_cnf for AtPop * Configure AtPop with custom signed assertion * Use WithAuthenticationExtension * Adds AtPopOperationTests * Make Microsoft.Extensions.Http dependency framework friendly (#3296) This PR pins Microsoft.Extensions.Http ver 3.1.3 to .Net Framework/Standard and uses inbox version of Microsoft.Extensions.Http for .Net Core. Change involves updating Directory.Build.props and updating CSProj to reference Microsoft.Extensions.Http package only for non .Net Core. --------- Co-authored-by: Kashif Mehmood <kashifm@ntdev.microsoft.com> * Update to IdentityModel 8.7.0 (#3307) * 3.8.1 changelog (#3306) * Update Directory.Build.props (#3305) * Update src/Microsoft.Identity.Web.TokenAcquisition/AtPopOperation.cs Co-authored-by: jennyf19 <jeferrie@microsoft.com> --------- Co-authored-by: Sruthi Keerthi Rangavajhula (from Dev Box) <srangavajhul@microsoft.com> Co-authored-by: Kashif Mehmood <33881304+ksaaf@users.noreply.github.com> Co-authored-by: Kashif Mehmood <kashifm@ntdev.microsoft.com> Co-authored-by: Peter <34331512+pmaytak@users.noreply.github.com> Co-authored-by: Travis Walker <travis.walker@microsoft.com> Co-authored-by: jennyf19 <jeferrie@microsoft.com>
This was referenced Jul 25, 2025
Closed
This was referenced Aug 1, 2025
This was referenced Feb 16, 2026
This was referenced Apr 14, 2026
Merged
This was referenced Apr 27, 2026
Merged
This was referenced May 4, 2026
Closed
Merged
This was referenced May 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make Microsoft.Extensions.Http dependency framework friendly
This PR pins Microsoft.Extensions.Http ver 3.1.3 to .Net Framework/Standard and uses inbox version of Microsoft.Extensions.Http for .Net Core.
Description
Fixes #3145