Skip to content

Commit 1badce8

Browse files
authored
Update Abstractions (#3289)
1 parent fcacd48 commit 1badce8

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ See the [releases](https://github.com/AzureAD/azure-activedirectory-identitymode
22

33
8.13.1
44
====
5+
## Dependencies
6+
Microsoft.IdentityModel now depends on Microsoft.Identity.Abstractions 9.3.0
7+
58
## Bug Fixes
69
- Fixed a decompression failure happening for large JWE payloads. See [#3286](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3286) for details.
710

build/dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<AspNetCoreMinSupportedVersion>2.1.1</AspNetCoreMinSupportedVersion>
55
<BannedApiAnalyzersVersion>4.14.0</BannedApiAnalyzersVersion>
6-
<MicrosoftIdentityAbstractionsVersion>9.2.0</MicrosoftIdentityAbstractionsVersion>
6+
<MicrosoftIdentityAbstractionsVersion>9.3.0</MicrosoftIdentityAbstractionsVersion>
77
<MicrosoftBclTimeProviderVersion>8.0.1</MicrosoftBclTimeProviderVersion>
88
<MicrosoftCSharpVersion>4.5.0</MicrosoftCSharpVersion>
99
<MicrosoftSourceLinkGitHubVersion>1.0.0</MicrosoftSourceLinkGitHubVersion>

0 commit comments

Comments
 (0)