Michel Zehnder
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
docs/en/Migration-Guides/Abp-5-0-Blazor.md
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
# ABP Blazor UI v4.x to v5.0 Migration Guide |
|
|
|
|
|
|
|
> This document is for the ABP MVC / Razor Pages UI. See also [the main migration guide](Abp-5_0.md). |
|
|
|
> This document is for the Blazor UI. See also [the main migration guide](Abp-5_0.md). |
|
|
|
|
|
|
|
## Upgrading to the latest Blazorise |
|
|
|
|
|
|
|
@ -16,4 +16,4 @@ Replace `AddBootstrapProviders()` with `AddBootstrap5Providers()`. |
|
|
|
|
|
|
|
## Update Bundle |
|
|
|
|
|
|
|
Use `abp bundle` command to update bundles if you are using Blazor WebAssembly. |
|
|
|
Use `abp bundle` command to update bundles if you are using Blazor WebAssembly. |
|
|
|
|