Migrate from ASP.NET Core 2.2 to 3.0
-
Add a package reference to Microsoft.AspNetCore.Mvc.NewtonsoftJson
-
Update Startup.ConfigureServices to call AddNewtonsoftJson:
services.AddMvc().AddNewtonsoftJson();
Migrate from ASP.NET Core 2.2 to 3.0
Add a package reference to Microsoft.AspNetCore.Mvc.NewtonsoftJson
Update Startup.ConfigureServices to call AddNewtonsoftJson:
services.AddMvc().AddNewtonsoftJson();