Browse Source
added --prerelease parameter to dotnet add command
pull/12544/head
İsmail ÇAĞDAŞ
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/en/Themes/LeptonXLite/mvc.md
|
|
|
@ -10,7 +10,7 @@ LeptonX Lite has implementation for the ABP Framework Razor Pages. It's a simpli |
|
|
|
- Add **Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite** package to your **Web** application. |
|
|
|
|
|
|
|
```bash |
|
|
|
dotnet add package Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite |
|
|
|
dotnet add package Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite --prerelease |
|
|
|
``` |
|
|
|
|
|
|
|
- Make sure the old theme is removed and LeptonX is added in your Module class. |
|
|
|
|