-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Resolved 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 automaticallyUsed by the dotnet-issue-labeler to label those issues which couldn't be triaged automatically
Description
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.


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
Labels
✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Resolved 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 automaticallyUsed by the dotnet-issue-labeler to label those issues which couldn't be triaged automatically