8.13.0
8.13.0
Fundamentals
CaseSensitiveClaimsIdentity.SecurityTokensetter is now protected internal (was internal). See PR #3278 for details.- Update .NET SDK version to 9.0.108 used when building or running the code. See PR #3274 for details.
- Update RsaSecurityKey.cs to replace the Pkcs1 padding by Pss from HasPrivateKey check. See #3280 for details.
What's Changed
- Make CaseSensitiveClaimsIdentity.SecurityToken setter protected by @keegan-caruso in #3278
- Update .NET SDK version in global.json from 9.0.107 to 9.0.108 by @Copilot in #3274
- Update RsaSecurityKey.cs to remove Pkcs 1 by @keegan-caruso in #3280
- changelog for 8.13 by @jennyf19 in #3282
New Contributors
- @Copilot made their first contribution in #3274
Full Changelog: 8.12.1...8.13.0