Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Needs: Attention 👋This issue needs the attention of a contributor, typically because the OP has provided an update.area-blazorIncludes: Blazor, Razor Components

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions