Skip to content

Commit dc47b22

Browse files
authored
remove M.IM 6x references on OWIN (#2808)
* remove M.IM 6x references on OWIN * Update changelog.md
1 parent cf1db9a commit dc47b22

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Directory.Build.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@
133133
</PropertyGroup>
134134

135135
<PropertyGroup Condition="'$(TargetFramework)' == 'net462'">
136-
<IdentityModelVersion>6.35.0</IdentityModelVersion>
137136
<MicrosoftAspNetCoreAuthenticationJwtBearerVersion>5.0.12-*</MicrosoftAspNetCoreAuthenticationJwtBearerVersion>
138137
<MicrosoftAspNetCoreAuthenticationOpenIdConnectVersion>5.0.12-*</MicrosoftAspNetCoreAuthenticationOpenIdConnectVersion>
139138
<MicrosoftExtensionsCachingMemoryVersion>5.0.0</MicrosoftExtensionsCachingMemoryVersion>
@@ -153,7 +152,6 @@
153152
</PropertyGroup>
154153

155154
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0' Or '$(TargetFramework)' == 'net472'">
156-
<IdentityModelVersion>6.35.0</IdentityModelVersion>
157155
<MicrosoftAspNetCoreDataProtectionVersion>2.1.0</MicrosoftAspNetCoreDataProtectionVersion>
158156
<!-- CVE-2022-34716 due to DataProtection 2.1.0 -->
159157
<SystemSecurityCryptographyPkcsVersion>7.0.2</SystemSecurityCryptographyPkcsVersion>

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
__for next release__
2+
3+
### New feature
4+
- Target Microsoft.IdentityModel 7x in OWIN targets, see issue [#2785](https://github.com/AzureAD/microsoft-identity-web/issues/2785) for details.
5+
16
2.18.1
27
=========
38
- Updated to Microsoft.IdentityModel.* 7.5.1

0 commit comments

Comments
 (0)