Home > Software engineering >  Unable to find package 'Swashbuckle.AspNetCore.SwaggerUI.6.2.3'
Unable to find package 'Swashbuckle.AspNetCore.SwaggerUI.6.2.3'

Time:12-13

I'm using swagger, but I have this problem according to the enter image description here

CodePudding user response:

Maybe a problem on your internet connection? Package seems exist (https://www.nuget.org/packages/Swashbuckle.AspNetCore.SwaggerUI/6.2.3).

  • Related