You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
This stems from the fact that we still flow dependencies from shared projects that end up being marked as build dependencies. That's pit of failure so we'll have to make it so that dependencies don't flow through shared projects.
In the main time, we need to pull the type converter dependency back into the abstractions library.
The text was updated successfully, but these errors were encountered:
- Mvc is currently broken on CoreCLR because it is
inheriting dependencies from Microsoft.AspNet.Mvc.Common but the resulting
dependency to Microsoft.AspNet.Mvc.Common is then erased at pack time.
This change moves the dependencies down and makes the shared package
only depend on System.Runtime.
#2507
This stems from the fact that we still flow dependencies from shared projects that end up being marked as build dependencies. That's pit of failure so we'll have to make it so that dependencies don't flow through shared projects.
In the main time, we need to pull the type converter dependency back into the abstractions library.
The text was updated successfully, but these errors were encountered: