Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ViktorHofer opened this issue Feb 24, 2025 · 0 comments
Open
Labels
Area-NetSDK untriaged Request triage from a team member

Comments

@ViktorHofer
Copy link
Member

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...

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-NetSDK untriaged Request triage from a team member labels Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-NetSDK untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

1 participant