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,