Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft.AspNetCore.Mvc.NewtonsoftJson is required on .NET Core 3.0 #2429

Closed
thoemmi opened this issue Sep 27, 2019 · 1 comment
Closed

Comments

@thoemmi
Copy link
Contributor

thoemmi commented 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.

@thoemmi 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
@RicoSuter
Copy link
Owner

Ref #2243

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants