diff --git a/README.md b/README.md index b5605f1..c02a651 100644 --- a/README.md +++ b/README.md @@ -20,38 +20,12 @@ The first step is to use ABP CLI to create a new project. > See the [ABP official documentation](https://docs.abp.io) to learn [ABP framework](https://github.com/abpframework/abp). -**Open `BookStore.Blazor.csproj` and replace with the following:** +### Replace LeptonXLiteTheme with AntBlazorTheme -```csharp - - - - - - net6.0 - true - - - - - - - - - - - - - - - - - - - - - - +* Remove `Volo.Abp.AspNetCore.Components.WebAssembly.LeptonXLiteTheme` Package. +* Replace `Volo.Abp.Identity.Blazor.WebAssembly` with `Lsw.Abp.IdentityManagement.Blazor.WebAssembly.AntDesignUI` +* Replace `Volo.Abp.SettingManagement.Blazor.WebAssembly` with `Lsw.Abp.SettingManagement.Blazor.WebAssembly.AntDesignUI` +* Replace `Volo.Abp.TenantManagement.Blazor.WebAssembly` with `Lsw.Abp.TenantManagement.Blazor.WebAssembly.AntDesignUI` ``` @@ -107,4 +81,4 @@ That's all, enjoy your code :). ## Road map -Updating... \ No newline at end of file +Updating...