Skip to content

SDK product construction is broken when aspnetcore moves ahead of runtime #47070

Closed
@ViktorHofer

Description

@ViktorHofer

Right now the main SDK has a newer aspnetcore which itself references a newer runtime than what's inserted into sdk.

IOW:
sdk -> aspnetcore -> runtime (newer)
sdk -> runtime (older)

Customer Impact: Using Microsoft.AspNetCore.App (aspnetcore) is broken. The host fails to load apps that depend on it.

I thought we had tests for that...

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions