Update the documentation pages

This commit is contained in:
OpenIddict Bot
2023-07-13 16:48:00 +00:00
parent 3ac130bb2d
commit 0c1ec6c712
6 changed files with 11 additions and 11 deletions

View File

@@ -97,7 +97,7 @@
<p>To configure OpenIddict to use Entity Framework 6.x as the database for applications, authorizations, scopes and tokens, you&#39;ll need to:</p>
<ul>
<li><p><strong>Reference the <code>OpenIddict.EntityFramework</code> package</strong>:</p>
<pre><code class="lang-xml">&lt;PackageReference Include=&quot;OpenIddict.EntityFramework&quot; Version=&quot;4.5.0&quot; /&gt;
<pre><code class="lang-xml">&lt;PackageReference Include=&quot;OpenIddict.EntityFramework&quot; Version=&quot;4.6.0&quot; /&gt;
</code></pre></li>
<li><p><strong>Create a database context deriving from <code>DbContext</code> and register the OpenIddict entities in the model</strong>:</p>
<pre><code class="lang-csharp">public class ApplicationDbContext : DbContext