Browse Source
Use IdentityModel 5.5.1-preview instead of 6.2.0-preview
pull/815/head
Kévin Chalet
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
eng/Versions.props
-
src/OpenIddict.Server/OpenIddictServerHandlers.cs
|
|
|
@ -16,7 +16,7 @@ |
|
|
|
<JetBrainsVersion>2019.1.3</JetBrainsVersion> |
|
|
|
<JsonNetVersion>12.0.2</JsonNetVersion> |
|
|
|
<JsonNetBsonVersion>1.0.2</JsonNetBsonVersion> |
|
|
|
<IdentityModelVersion>6.2.0-preview-60906195846</IdentityModelVersion> |
|
|
|
<IdentityModelVersion>5.5.1-preview-60930170140</IdentityModelVersion> |
|
|
|
<ImmutableCollectionsVersion>1.5.0</ImmutableCollectionsVersion> |
|
|
|
<LinqAsyncVersion>4.0.0</LinqAsyncVersion> |
|
|
|
<MongoDbVersion>2.9.0</MongoDbVersion> |
|
|
|
|
|
|
|
@ -15,6 +15,7 @@ using System.Text; |
|
|
|
using System.Threading.Tasks; |
|
|
|
using JetBrains.Annotations; |
|
|
|
using Microsoft.Extensions.Logging; |
|
|
|
using Microsoft.IdentityModel.JsonWebTokens; |
|
|
|
using Microsoft.IdentityModel.Tokens; |
|
|
|
using OpenIddict.Abstractions; |
|
|
|
using static OpenIddict.Abstractions.OpenIddictConstants; |
|
|
|
|