You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When net462 libraries (think Id.Web, SAL) take a dependency on netstandard2.0 libraries, this ends-up pulling the whole framework, whereas Microsoft.Identity.Abstractions is tiny and does not reference much. By adding direct support for net462, this enables to draw less dependencies
Describe the solution you'd like
Add the net462 target framework
Describe alternatives you've considered
None
Additional context
See also the common dependency management.
The text was updated successfully, but these errors were encountered:
- Adds netstandard2.1 (because HttpMethod.Patch is widely used).
- Adds the Patch methods to IDownstreamRestApi
- and net462 (to avoid drawing the entiere framework when this
library is consumed from a library targeting 462)
- more test coverage.
* Fixes#48 and #45
- Adds netstandard2.1 (because HttpMethod.Patch is widely used).
- Adds the Patch methods to IDownstreamRestApi
- and net462 target (to avoid drawing the entire framework when this
library is consumed from a library targeting 462)
- more test coverage.
* Update dotnetcore.yml to run on windows (as we have a .NET FW target)
* Addressing PR feedback
Is your feature request related to a problem? Please describe.
When net462 libraries (think Id.Web, SAL) take a dependency on netstandard2.0 libraries, this ends-up pulling the whole framework, whereas Microsoft.Identity.Abstractions is tiny and does not reference much. By adding direct support for net462, this enables to draw less dependencies
Describe the solution you'd like
Add the net462 target framework
Describe alternatives you've considered
None
Additional context
See also the common dependency management.
The text was updated successfully, but these errors were encountered: