When I try to build my WEB API project on MS VS 2015 I am getting an erroras shown below.
CS1503 Argument 3: cannot convert from 'System.Web.Mvc.ModelStateDictionary' to 'Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary'
.
When I try to build my WEB API project on MS VS 2015 I am getting an erroras shown below.
CS1503 Argument 3: cannot convert from 'System.Web.Mvc.ModelStateDictionary' to 'Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary'
.