Update LeptonXLite package references to use wildcard versioning#25353
Merged
Update LeptonXLite package references to use wildcard versioning#25353
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates ABP ASP.NET Core application templates to use floating (wildcard) package versioning for the Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite NuGet dependency, so generated solutions can automatically pick up newer preview builds without editing the template.
Changes:
- Switched
Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLitefrom a fixed5.4.0-previewto5.4.0-preview*across MVC/Blazor template projects. - Applied the same versioning change consistently to both layered (
templates/app) and no-layers (templates/app-nolayers) template variants.
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/MyCompanyName.MyProjectName.Web.csproj | Floats LeptonXLite Theme package version in layered MVC UI template. |
| templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/MyCompanyName.MyProjectName.Web.Host.csproj | Floats LeptonXLite Theme package version in layered host template. |
| templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/MyCompanyName.MyProjectName.HttpApi.HostWithIds.csproj | Floats LeptonXLite Theme package version in HostWithIds template. |
| templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp/MyCompanyName.MyProjectName.Blazor.WebApp.csproj | Floats LeptonXLite Theme package version in Blazor WebApp template. |
| templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered.csproj | Floats LeptonXLite Theme package version in tiered Blazor WebApp template. |
| templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server/MyCompanyName.MyProjectName.Blazor.Server.csproj | Floats LeptonXLite Theme package version in Blazor Server template. |
| templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server.Tiered/MyCompanyName.MyProjectName.Blazor.Server.Tiered.csproj | Floats LeptonXLite Theme package version in tiered Blazor Server template. |
| templates/app/aspnet-core/src/MyCompanyName.MyProjectName.AuthServer/MyCompanyName.MyProjectName.AuthServer.csproj | Floats LeptonXLite Theme package version in AuthServer template. |
| templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc/MyCompanyName.MyProjectName.Mvc.csproj | Floats LeptonXLite Theme package version in no-layers MVC template. |
| templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc.Mongo/MyCompanyName.MyProjectName.Mvc.Mongo.csproj | Floats LeptonXLite Theme package version in no-layers MVC (Mongo) template. |
| templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host/MyCompanyName.MyProjectName.Host.csproj | Floats LeptonXLite Theme package version in no-layers host template. |
| templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host.Mongo/MyCompanyName.MyProjectName.Host.Mongo.csproj | Floats LeptonXLite Theme package version in no-layers host (Mongo) template. |
| templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Server/MyCompanyName.MyProjectName.Blazor.WebAssembly.Server.csproj | Floats LeptonXLite Theme package version in no-layers Blazor WASM Server template. |
| templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Server.Mongo/MyCompanyName.MyProjectName.Blazor.WebAssembly.Server.Mongo.csproj | Floats LeptonXLite Theme package version in no-layers Blazor WASM Server (Mongo) template. |
| templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server/MyCompanyName.MyProjectName.Blazor.Server.csproj | Floats LeptonXLite Theme package version in no-layers Blazor Server template. |
| templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server.Mongo/MyCompanyName.MyProjectName.Blazor.Server.Mongo.csproj | Floats LeptonXLite Theme package version in no-layers Blazor Server (Mongo) template. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## rel-10.4 #25353 +/- ##
============================================
+ Coverage 49.30% 49.31% +0.01%
============================================
Files 3667 3667
Lines 123121 123121
Branches 9404 9404
============================================
+ Hits 60707 60720 +13
+ Misses 60590 60576 -14
- Partials 1824 1825 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
enisn
approved these changes
May 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.