mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2026-01-02 12:27:12 +08:00
Update the migration guide to clarify the listed versions
This commit is contained in:
@@ -118,7 +118,7 @@ If you don't want to start from one of the recommended samples, you'll need to:
|
||||
```
|
||||
|
||||
> [!WARNING]
|
||||
> Important: if you change the default entity primary key (e.g. to `int` or `Guid` instead of `string`), make sure you use the `options.ReplaceDefaultEntities<TKey>()`
|
||||
> If you change the default entity primary key (e.g. to `int` or `Guid` instead of `string`), make sure you use the `options.ReplaceDefaultEntities<TKey>()`
|
||||
> core extension accepting a `TKey` generic argument and use the generic `options.UseOpenIddict<TKey>()` overload to configure EF Core to use the specified type:
|
||||
>
|
||||
> ```csharp
|
||||
|
||||
Reference in New Issue
Block a user