Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swashbuckle.aspnetcore being removed in dotnet 9 #33545

Merged
merged 3 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aspnetcore/tutorials/getting-started-with-swashbuckle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: 08/27/2024
ms.date: 8/27/2024
uid: tutorials/get-started-with-swashbuckle
---
# Get started with Swashbuckle and ASP.NET Core
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

:::moniker range=">= aspnetcore-6.0 < aspnetcore-9.0"

> [!NOTE]
> Swashbuckle is not available in .NET 9 and later. For an alternative, see <xref:fundamentals/openapi/overview>.
Rick-Anderson marked this conversation as resolved.
Show resolved Hide resolved

There are three main components to Swashbuckle:

* [Swashbuckle.AspNetCore.Swagger](https://www.nuget.org/packages/Swashbuckle.AspNetCore.Swagger/): a Swagger object model and middleware to expose `SwaggerDocument` objects as JSON endpoints.
Expand Down
Loading