From 4520b6a46ed446469b7b38f241265fda36e7b7d5 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Thu, 25 Apr 2024 13:28:23 -0700 Subject: [PATCH] NSwag 14 supports only v3 of Swagger UI spec (#32400) --- aspnetcore/tutorials/getting-started-with-NSwag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/getting-started-with-NSwag.md b/aspnetcore/tutorials/getting-started-with-NSwag.md index 257913dc98..92459e3c5b 100644 --- a/aspnetcore/tutorials/getting-started-with-NSwag.md +++ b/aspnetcore/tutorials/getting-started-with-NSwag.md @@ -29,7 +29,7 @@ Install NSwag to: * Serve the Swagger UI to browse and test the web API. * Serve the Redoc to add API documentation for the Web API. -To use the [NSwag](https://github.com/RicoSuter/NSwag) ASP.NET Core middleware, install the [NSwag.AspNetCore](https://www.nuget.org/packages/NSwag.AspNetCore/) NuGet package. This package contains the middleware to generate and serve the Swagger specification, Swagger UI (v2 and v3), and [ReDoc UI](https://github.com/Rebilly/ReDoc). +To use the [NSwag](https://github.com/RicoSuter/NSwag) ASP.NET Core middleware, install the [NSwag.AspNetCore](https://www.nuget.org/packages/NSwag.AspNetCore/) NuGet package. This package contains the middleware to generate and serve the Swagger specification, Swagger UI (v2 and v3), and [ReDoc UI](https://github.com/Rebilly/ReDoc). NSwag 14 supports only v3 of the Swagger UI spec. Use one of the following approaches to install the NSwag NuGet package: