I am trying to migrate from .Net core 2.1 to .Net core 8.0.Now getting this error while running the application
System.TypeLoadException: ‘Could not load type ‘Microsoft.AspNetCore.Mvc.MvcJsonOptions’ from assembly ‘Microsoft.AspNetCore.Mvc.Formatters.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60′.’
Please help