-
Notifications
You must be signed in to change notification settings - Fork 242
Closed
Labels
P2bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Milestone
Description
Microsoft.Identity.Web Library
Microsoft.Identity.Web
Microsoft.Identity.Web version
any
Web app
Not Applicable
Web API
Not Applicable
Token cache serialization
Not Applicable
Description
Hello,
It looks like Microsoft.Extensions.Http dep should be aligned with target framework version but it is stuck in 3.1.3, please see https://github.com/AzureAD/microsoft-identity-web/blob/master/Directory.Build.props, line 93.
There is no problem adding 3.1.3 to our feed but what is the correct way to address it, should it be updated on your end?
Thank you,
Ali
Reproduction steps
May not be a bug, rather sorting things out
Error message
No response
Id Web logs
No response
Relevant code snippets
https://github.com/AzureAD/microsoft-identity-web/blob/master/Directory.Build.props
<PropertyGroup Label="Common dependency versions">
...
<MicrosoftExtensionsHttpVersion>3.1.3</MicrosoftExtensionsHttpVersion>Regression
No response
Expected behavior
<MicrosoftExtensionsHttpVersion>$(NetNineRuntimeVersion)</MicrosoftExtensionsHttpVersion>
Metadata
Metadata
Assignees
Labels
P2bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers