diff --git a/aspnetcore/tutorials/getting-started-with-swashbuckle.md b/aspnetcore/tutorials/getting-started-with-swashbuckle.md index ab6af8cea6c8..9d32ede242fb 100644 --- a/aspnetcore/tutorials/getting-started-with-swashbuckle.md +++ b/aspnetcore/tutorials/getting-started-with-swashbuckle.md @@ -5,7 +5,7 @@ description: Learn how to add Swashbuckle to your ASP.NET Core web API project t ms.author: wpickett monikerRange: ">= aspnetcore-3.1 <= aspnetcore-8.0" ms.custom: mvc -ms.date: 8/27/2024 +ms.date: 10/27/2025 uid: tutorials/get-started-with-swashbuckle --- # Get started with Swashbuckle and ASP.NET Core diff --git a/aspnetcore/tutorials/getting-started-with-swashbuckle/includes/getting-started-with-swashbuckle8.md b/aspnetcore/tutorials/getting-started-with-swashbuckle/includes/getting-started-with-swashbuckle8.md index 8b13ee452c1b..572832c222fc 100644 --- a/aspnetcore/tutorials/getting-started-with-swashbuckle/includes/getting-started-with-swashbuckle8.md +++ b/aspnetcore/tutorials/getting-started-with-swashbuckle/includes/getting-started-with-swashbuckle8.md @@ -2,7 +2,12 @@ :::moniker range=">= aspnetcore-6.0 < aspnetcore-9.0" > [!NOTE] -> Swashbuckle is not available in .NET 9 or later. For an alternative, see . +> In .NET 9 and later, ASP.NET Core includes built-in OpenAPI support. Swashbuckle is no longer included by default, but it remains available as a community package you can add manually to ASP.NET Core projects targeting .NET 9 or later. +> +> • To understand the built‑in OpenAPI features, see . +> • To add and use the Swagger UI provided by the `Swashbuckle.AspNetCore.SwaggerUI` package for interactive exploration or local ad‑hoc testing, see . +> +>The following instructions apply when using Swashbuckle with .NET versions earlier than 9. There are three main components to Swashbuckle: