I am upgrading ASP.NET Core OData to latest version and struggling on the below issues:
DefaultODataSerializerProvidercould not be found in AspNetCoreSelectControllerResultcould not be found in AspNetCoreDynamicPropertyRoutingConventioncould not be found in AspNetCoreODataPathdoes not contain a definition ofodataPath.PathTemplateODataRouteConstantscould not be found
They all belong to Microsoft.AspNet.OData. Can anyone please explain what the alternatives are in Microsoft.AspNetCore.OData?