You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added the newest release 13.1.0 of NSwag.AspNetCore to a new .NET Core 3.0 web app. However, it failed with following exception, because it couldn't find Microsoft.AspNetCore.Mvc.NewtonsoftJson.
Because Newtonsoft.Json is not required by ASP.NET Core 3.0 anymore (they've written a new JSON stack), please consider adding Microsoft.AspNetCore.Mvc.NewtonsoftJson as a dependency to NSwag.AspNetCore when .NET Core 3.0 is targeted.
The text was updated successfully, but these errors were encountered:
thoemmi
changed the title
Microsoft.AspNetCore.Mvc.NewtonsoftJson is requirewd on .NET Core 3.0
Microsoft.AspNetCore.Mvc.NewtonsoftJson is required on .NET Core 3.0
Sep 27, 2019
I've added the newest release 13.1.0 of NSwag.AspNetCore to a new .NET Core 3.0 web app. However, it failed with following exception, because it couldn't find Microsoft.AspNetCore.Mvc.NewtonsoftJson.
Because Newtonsoft.Json is not required by ASP.NET Core 3.0 anymore (they've written a new JSON stack), please consider adding Microsoft.AspNetCore.Mvc.NewtonsoftJson as a dependency to NSwag.AspNetCore when .NET Core 3.0 is targeted.
The text was updated successfully, but these errors were encountered: