Browse Source

Fix description

pull/12407/head
Michel Zehnder 4 years ago
committed by GitHub
parent
commit
b31a4dcfca
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/en/Migration-Guides/Abp-5-0-Blazor.md

4
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.

Loading…
Cancel
Save