[TokenCache] Downgrade dependency version for Microsoft.Extensions on net472
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.
Can you please make this change for net462 as well?
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.
I believe this to be fixed in more recent updates.
what does this mean @bgavrilMS ?
what does this mean @bgavrilMS ?
Id.Web no longer targets the 5.x version of Microsoft.Extensions.*