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