Skip to content

Docker build fails with .NET 10 preview 7 due to package conflicts #63156

@xXBuilderBXx

Description

@xXBuilderBXx

Building an asp.net project using .NET 10 preview 7 fails because of the Microsoft.AspNetCore.App.Internal.Assets package which is missing a preview 7 version.

Image Image

By default it enforces the highest version which is preview 7 but you can add a package override to fix this issue temporarily using.

<PackageReference Include="Microsoft.AspNetCore.App.Internal.Assets" Version="10.0.0-preview.6.25358.103" />

Not sure why this required asp.net core package hasn't been automatically built for preview 7.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Status: Resolvedneeds-area-labelUsed by the dotnet-issue-labeler to label those issues which couldn't be triaged automatically

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions