mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
774 B
13 lines
774 B
# ABP MVC / Razor Pages 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).
|
|
|
|
## Use install-libs by default
|
|
|
|
Removed the Gulp dependency from the MVC / Razor Pages UI projects in favor of `abp install-libs` command ([see](https://docs.abp.io/en/abp/5.0/UI/AspNetCore/Client-Side-Package-Management#install-libs-command)) of the ABP CLI. You should run this command whenever you change/upgrade your client-side package dependencies via `package.json`.
|
|
|
|
## Switched to SweetAlert2
|
|
|
|
Switched from SweetAlert to SweetAlert2. Run the `abp install-libs` command (in the root directory of the web project) after upgrading your solution. See [#9607](https://github.com/abpframework/abp/pull/9607).
|
|
|