abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.81k stars 3.42k forks source link

Created single layer application + Blazor + basic theme depends on LeptonXLite modules #14928

Closed bodeg closed 1 year ago

bodeg commented 1 year ago

Is there an existing issue for this?

Description

abp new My.App -t app-nolayers -u blazor-server -dbms SQLite --theme basic

The created project depends and loading LeptonXLite and is not building. I had to change DependsOn, ConfigureBundles and to add the relevant references

Reproduction Steps

No response

Expected behavior

No response

Actual behavior

No response

Regression?

No response

Known Workarounds

No response

Version

6.01

User Interface

Blazor Server

Database Provider

EF Core (Default)

Tiered or separate authentication server

None (Default)

Operation System

Windows (Default)

Other information

No response

maliming commented 1 year ago

What's your CLI version?

bodeg commented 1 year ago

CLI version: Version 6.0.1 (Stable)

and.. I also tried the abp new ... --pwa although the option is not documented, it was supported by version 5, the CLI prompted Progressive Web Apps = True

I think nothing happened, and I did it manually

maliming commented 1 year ago

ok, We've fixed in 6.0.2, Please wait to released.