
Last week .NET Corewas released, and the first thing I tried to solve was how to Add Swagger to your .NET Core Web API:
1. Dependencies At the time of writing you should add the following dependency to your project.json file
1"Swashbuckle": "6.0.0-beta901" 2. Using statement In your Startup class add …