From 33284e13f9f592312e6be430832c534600dfcde7 Mon Sep 17 00:00:00 2001 From: OpenIddict Bot <32257313+openiddict-bot@users.noreply.github.com> Date: Wed, 23 Jun 2021 21:24:50 +0000 Subject: [PATCH] Update the documentation pages --- guide/migration/20-to-30.html | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/guide/migration/20-to-30.html b/guide/migration/20-to-30.html index 9894614..8059577 100644 --- a/guide/migration/20-to-30.html +++ b/guide/migration/20-to-30.html @@ -135,6 +135,8 @@ and are no longer supported. Make sure your application (or intermediate librari +
Important

If your application references the OpenIdConnectConstants class, update it to use OpenIddictConstants instead.

+

Update the references to the Entity Framework Core/Entity Framework 6/MongoDB models

If your application references the OpenIddictApplication, OpenIddictAuthorization, OpenIddictScope or OpenIddictToken models, update these reference to use their new names: OpenIddict[provider name]Application, OpenIddict[provider name]Authorization, OpenIddict[provider name]Scope and OpenIddict[provider name]Token diff --git a/manifest.json b/manifest.json index 581f4e0..a9d0312 100644 --- a/manifest.json +++ b/manifest.json @@ -7204,7 +7204,7 @@ "output": { ".html": { "relative_path": "guide/migration/20-to-30.html", - "hash": "Hya+jMztUMju6xslqDncsQ==" + "hash": "EJ4xQ9AiBosladCHqCh3LQ==" } }, "is_incremental": false,