Skip to content

Blazor Web App projects show Microsoft.AspNetCore.App.Internal.Assets in NuGet without explicit package reference #65061

@marcominerva

Description

@marcominerva

Is there an existing issue for this?

  • I have searched the existing issues

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:

Image

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

Metadata

Metadata

Assignees

Labels

Needs: Author FeedbackThe author of this issue needs to respond in order for us to continue investigating this issue.area-blazorIncludes: Blazor, Razor Components

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions