-
Notifications
You must be signed in to change notification settings - Fork 258
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
ASP.NET Web core app + installing MVC fails during restore. #3808
Comments
Internal email:
We call CPS to Add packages, they determine where to write. I’d argue that they should write it at the end of the list, instead of the beginning.
|
Great, thanks @rrelyea! |
Fixed with latest Visual studio 15.4 |
SCENARIO
ISSUES
• Ideally, ‘Microsoft.AspNet.Mvc’ will not even show for ASP.NET Core projects but this can wait until post-Dev15RC.
Image that won't paste in shows the following order of PackRefs. (Rob has email with image)
Mvc, then staticfiles, then netcore.app, then net.sdk.web, then aspnetcore.diagnostics
The text was updated successfully, but these errors were encountered: