I am trying to migrate from .NET Core 2.1 to .NET 8.0. Now I’m 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