Makes a few changes to the project's dependencies, mainly to fix the error on iOS about a conflicting version with System.Text.Json.
Bug fix:
System.Text.Json added as a dependency to avoid a run-time error on iOS regarding the discovery document.
Conflict resolutions:
System.Text.Encodings.Web set to 5.0.1 to avoid a conflict
Microsoft.IdentityModel.Protocols.OpenIdConnect set to 6.12.2 to avoid a conflict
A few other small version bumps.
Testing
Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.
[ ] This change adds unit test coverage
[ ] This change adds integration test coverage
[x] This change has been tested on the latest version of the platform/language or why not
Changes
Makes a few changes to the project's dependencies, mainly to fix the error on iOS about a conflicting version with System.Text.Json.
Bug fix:
System.Text.Json
added as a dependency to avoid a run-time error on iOS regarding the discovery document.Conflict resolutions:
System.Text.Encodings.Web
set to 5.0.1 to avoid a conflictMicrosoft.IdentityModel.Protocols.OpenIdConnect
set to 6.12.2 to avoid a conflictTesting
Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.
Checklist