I had the same issue.
This was resolved by
1) running the Package Manager Console
2) in Console, type: ‘Install-Package Microsoft.AspNet.Web.Optimization’
which resolved all the incorrect dependencies.
I had the same issue.
This was resolved by
1) running the Package Manager Console
2) in Console, type: ‘Install-Package Microsoft.AspNet.Web.Optimization’
which resolved all the incorrect dependencies.