Home > Mobile >  Why can't I use Nuget to recognize the Swashbuckle.AspNetCore package
Why can't I use Nuget to recognize the Swashbuckle.AspNetCore package

Time:03-01

My project needs to use import swagger, for this, I study the documentation. But referring to the Nuget package according to the first step, I found that the Swashbuckle.AspNetCore package could not be recognized. Prompt error:

Nuget is neither responsible nor licensed for third-party packages.

CodePudding user response:

Check your Nuget download interface to see if the source of the package is checked, like this:

enter image description here

enter image description here

Check it to download normally, you can try it.

Refer to this article:

https://docs.microsoft.com/en-us/nuget/nuget-org/nuget-org-faq

  • Related