docs/en/release-info/migration-guides/blazorui-3-3.md
//[doc-seo]
{
"Description": "Explore the migration guide for upgrading your Blazor UI from v3.2 to v3.3, featuring essential changes and improvements for a smoother transition."
}
Volo.Abp.Account.Blazor NuGet package from your .Blazor.csproj and add Volo.Abp.TenantManagement.Blazor NuGet package.typeof(AbpAccountBlazorModule) from the dependency list of YourProjectBlazorModule class and add the typeof(AbpTenantManagementBlazorModule).@using Volo.Abp.BlazoriseUI and @using Volo.Abp.BlazoriseUI.Components into the _Imports.razor file.div with id="blazor-error-ui" (with its contents) from the wwwroot/index.html file, since the ABP now shows error messages as a better message box.AddOidcAuthentication options in your YourProjectBlazorModule class as described in the issue #5913.Renamed BlazoriseCrudPageBase to AbpCrudPageBase. Just update the usages. It also has some changes, you may need to update method calls/usages manually.