mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-11-08 10:24:45 +08:00
Update the documentation pages
This commit is contained in:
@@ -75,8 +75,8 @@
|
|||||||
<h2 id="update-your-packages-references">Update your packages references</h2>
|
<h2 id="update-your-packages-references">Update your packages references</h2>
|
||||||
<p>For that, update your <code>.csproj</code> file to reference the <code>OpenIddict.AspNetCore</code> 3.x metapackage:</p>
|
<p>For that, update your <code>.csproj</code> file to reference the <code>OpenIddict.AspNetCore</code> 3.x metapackage:</p>
|
||||||
<pre><code class="lang-xml"><ItemGroup>
|
<pre><code class="lang-xml"><ItemGroup>
|
||||||
<PackageReference Include="OpenIddict.AspNetCore" Version="3.0.3" />
|
<PackageReference Include="OpenIddict.AspNetCore" Version="3.0.4" />
|
||||||
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="3.0.3" />
|
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="3.0.4" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</code></pre><h2 id="ensure-your-application-doesnt-reference-legacyunsupported-packages">Ensure your application doesn't reference legacy/unsupported packages</h2>
|
</code></pre><h2 id="ensure-your-application-doesnt-reference-legacyunsupported-packages">Ensure your application doesn't reference legacy/unsupported packages</h2>
|
||||||
<p>As part of the AspNet.Security.OpenIdConnect.Server/OpenIddict merge, the ASOS packages and 2 OpenIddict packages have been marked as legacy
|
<p>As part of the AspNet.Security.OpenIdConnect.Server/OpenIddict merge, the ASOS packages and 2 OpenIddict packages have been marked as legacy
|
||||||
|
|||||||
@@ -11452,7 +11452,7 @@
|
|||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "guide/migration/20-to-30.html",
|
"relative_path": "guide/migration/20-to-30.html",
|
||||||
"hash": "qQWfSWevInIKCnftcv4Ajw=="
|
"hash": "O/iTt2dJ0SrUbCqx0gvpsA=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user