I am working on an application, and I got an error in Startup.cs partial classes, and I cant find why this error shows up:
The call is ambiguous between the followin
This is because you are mixing package versions - you mixed rc1 (Microsoft.AspNet.Mvc.Core": "6.0.0-rc1-final") with 1.0.0. Move everything to 1.0.0.
Microsoft.AspNet.Mvc.Core": "6.0.0-rc1-final"