microsoft-identity-web icon indicating copy to clipboard operation
microsoft-identity-web copied to clipboard

[TokenCache] Downgrade dependency version for Microsoft.Extensions on net472

Open stephenjust opened this issue 4 years ago • 2 comments

Fixes #1662

Microsoft.Extensions.* 5.0 removed a component which breaks Kestrel when running on Net Framework.

I'm only adjusting the net472 target because net462 users typically wouldn't be using Kestrel due to some challenges with netstandard packages.

stephenjust avatar Mar 21 '22 21:03 stephenjust

Can you please make this change for net462 as well?

jayesh-a-shah avatar Mar 23 '23 07:03 jayesh-a-shah

Can you please make this change for net462 as well?

What would be the reason, @jayesh-a-shah ? We carefully chose the dependencies, and unless there is a blocker with repro steps, I'm not going to accept that they are changed.

@stephenjust @jayesh-a-shah out of curiosity, did you try to bump-up these extensions to version 8? this is what the .NET team recommends now.

jmprieur avatar Jun 26 '24 15:06 jmprieur

I believe this to be fixed in more recent updates.

bgavrilMS avatar Feb 11 '25 12:02 bgavrilMS

what does this mean @bgavrilMS ?

jmprieur avatar Feb 11 '25 19:02 jmprieur

what does this mean @bgavrilMS ?

Id.Web no longer targets the 5.x version of Microsoft.Extensions.*

bgavrilMS avatar Feb 13 '25 11:02 bgavrilMS