I upgraded ASP.NET MVC4 to ASP.NET MVC 5.1 after these steps from this website
I am stuck in updating nuget packages, there are a lot of bugs and rollbacks:
eg
Install failed. Rolling back... Install-Package : Updating 'Microsoft.AspNet.WebApi.Core 4.0.20710.0' to 'Microsoft.AspNet.WebApi.Core 5.1.0' failed. Unable to find a version of 'Microsoft.AspNet.WebApi.OData' that is compatible with 'Microsoft.AspNet. WebApi.Core 5.1.0'.
or
Update-Package : Updating 'Microsoft.Net.Http 2.0.20710.0' to 'Microsoft.Net.Http 2.2.18' failed. Unable to find versions of 'Microsoft.AspNet.WebApi.Client, Microsoft.AspNet.WebApi.OData' that are compatible with 'Microsoft.Net.Http 2.2.18'.
Is there an easy way to clean and update everything and get rid of this DLL addon?
asp.net-mvc asp.net-mvc-4 asp.net-mvc-5
qub1n
source share