Version
Google Translate

VCP MVC / Razor Pages UI v4.x to v5.0 Migration Guide

This document is for the VCP MVC / Razor Pages UI. See also the main migration guide.

Use install-libs by default

Removed the Gulp dependency from the MVC / Razor Pages UI projects in favor of vcp install-libs command (see) of the VCP 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 vcp install-libs command (in the root directory of the web project) after upgrading your solution. See #9607.

In this document