diff --git a/guide/migration/20-to-30.html b/guide/migration/20-to-30.html index 5f765bf..959827e 100644 --- a/guide/migration/20-to-30.html +++ b/guide/migration/20-to-30.html @@ -75,8 +75,8 @@

Update your packages references

For that, update your .csproj file to reference the OpenIddict.AspNetCore 3.x metapackage:

<ItemGroup>
-  <PackageReference Include="OpenIddict.AspNetCore" Version="3.0.3" />
-  <PackageReference Include="OpenIddict.EntityFrameworkCore" Version="3.0.3" />
+  <PackageReference Include="OpenIddict.AspNetCore" Version="3.0.4" />
+  <PackageReference Include="OpenIddict.EntityFrameworkCore" Version="3.0.4" />
 </ItemGroup>
 

Ensure your application doesn't reference legacy/unsupported packages

As part of the AspNet.Security.OpenIdConnect.Server/OpenIddict merge, the ASOS packages and 2 OpenIddict packages have been marked as legacy diff --git a/manifest.json b/manifest.json index 4d8e22b..39d5343 100644 --- a/manifest.json +++ b/manifest.json @@ -11452,7 +11452,7 @@ "output": { ".html": { "relative_path": "guide/migration/20-to-30.html", - "hash": "qQWfSWevInIKCnftcv4Ajw==" + "hash": "O/iTt2dJ0SrUbCqx0gvpsA==" } }, "is_incremental": false,