We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Microsoft.AspNetCore.App
I thought we had tests for that...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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...
The text was updated successfully, but these errors were encountered: