Is there an existing issue for this?
Describe the bug
After upgrading to Visual Studio 2026 v18.2.0 (and consequently .NET 10.0.2), both new and existing Blazor Web App projects show a NuGet package named Microsoft.AspNetCore.App.Internal.Assets:
This package appears in the NuGet package list even though there is no explicit package reference to it in the project’s .csproj file. It cannot be removed manually, but project builds and runs correctly.
Expected Behavior
Only explicitly referenced packages (or clearly documented implicit framework references) should appear in the NuGet package list.
.NET Version
10.0.102