Swashbuckle.AspNetCore.Swagger 2.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Swashbuckle.AspNetCore.Swagger --version 2.3.0
                    
NuGet\Install-Package Swashbuckle.AspNetCore.Swagger -Version 2.3.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="2.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Swashbuckle.AspNetCore.Swagger" Version="2.3.0" />
                    
Directory.Packages.props
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Swashbuckle.AspNetCore.Swagger --version 2.3.0
                    
#r "nuget: Swashbuckle.AspNetCore.Swagger, 2.3.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Swashbuckle.AspNetCore.Swagger&version=2.3.0
                    
Install Swashbuckle.AspNetCore.Swagger as a Cake Addin
#tool nuget:?package=Swashbuckle.AspNetCore.Swagger&version=2.3.0
                    
Install Swashbuckle.AspNetCore.Swagger as a Cake Tool

Middleware to expose Swagger JSON endpoints from API's built on ASP.NET Core

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.6 is compatible.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (401)

Showing the top 5 NuGet packages that depend on Swashbuckle.AspNetCore.Swagger:

Package Downloads
Swashbuckle.AspNetCore.SwaggerGen

Swagger Generator for APIs built on ASP.NET Core

Swashbuckle.AspNetCore

Swagger tools for documenting APIs built on ASP.NET Core

AzureExtensions.Swashbuckle

Open API

Lykke.Common.ApiLibrary

Utility libraries for DotNetCore WebAPI projects

CoreWCF.WebHttp

CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. The goal of this project is to enable existing WCF services to move to .NET Core.

GitHub repositories (66)

Showing the top 20 popular GitHub repositories that depend on Swashbuckle.AspNetCore.Swagger:

Repository Stars
EduardoPires/EquinoxProject
Web Application ASP.NET 9 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
cobbr/Covenant
Covenant is a collaborative .NET C2 framework for red teamers.
dotnetcore/WTM
Use WTM to write .netcore app fast !!!
skoruba/IdentityServer4.Admin
The administration for the IdentityServer4 and Asp.Net Core Identity
CoreWCF/CoreWCF
Main repository for the Core WCF project
iammukeshm/CleanArchitecture.WebApi
An implementation of Clean Architecture for ASP.NET Core 3.1 WebAPI. Built with loosely coupled architecture and clean-code practices in mind.
snatch-dev/Convey
A simple recipe for .NET Core microservices.
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
trueai-org/module-shop
一个基于 .NET 8.0 构建的简单、跨平台、模块化的商城系统
luoyunchong/lin-cms-dotnetcore
😃A simple and practical CMS implemented by .NET + FreeSql;前后端分离、Docker部署、OAtuh2授权登录、自动化部署DevOps、自动同步至Gitee、代码生成器、仿掘金专栏
tryAGI/LangChain
C# implementation of LangChain. We try to be as close to the original as possible in terms of abstractions, but are open to new entities.
revenz/FileFlows
FileFlows is a file processing application that can execute actions against a file in a tree flow structure.
Farfetch/kafkaflow
Apache Kafka .NET Framework to create applications simple to use and extend.
chummer5a/chummer5a
Character generator for Shadowrun 5th edition
yanpitangui/dotnet-api-boilerplate
A Dotnet 9.0 WebApi template project. MediatR, Swagger, Mapper, Serilog and more implemented.
cmu-sei/GHOSTS
GHOSTS is a realistic user simulation framework for cyber experimentation, simulation, training, and exercise
planetarium/libplanet
Blockchain in C#/.NET for on-chain, decentralized gaming
iammukeshm/OnionArchitecture
The onion architecture, introduced by Jeffrey Palermo, overcomes the issues of the layered architecture with great ease. With Onion Architecture, the game-changer is that the Domain Layer (Entities and Validation Rules that are common to the business case ) is at the Core of the Entire Application. This means higher flexibility and lesser coupling. In this approach, we can see that all the Layers are dependent only on the Core Layers.
fals/cqrs-clean-eventual-consistency
CQRS, using Clean Architecture, multiple databases and Eventual Consistency
OData/RESTier
A turn-key library for building RESTful services
Version Downloads Last updated
8.1.1 785,040 4/10/2025
8.1.0 852,659 3/31/2025
8.0.0 1,165,423 3/18/2025
7.3.2 455,286 3/18/2025
7.3.1 2,646,670 2/27/2025
7.3.0 283,946 2/26/2025
7.2.0 13,394,745 12/10/2024
7.1.0 4,068,892 11/25/2024
7.0.0 4,237,160 11/12/2024
6.9.0 13,243,967 10/15/2024
6.8.1 5,922,149 9/30/2024
6.8.0 2,416,793 9/23/2024
6.7.3 10,253,932 8/26/2024
6.7.2 313,437 8/24/2024
6.7.1 3,062,717 8/18/2024
6.7.0 5,421,592 8/1/2024
6.6.2 28,842,804 5/21/2024
6.6.1 3,249,168 5/14/2024
6.6.0-preview.322 1,233 5/14/2024
6.5.0 182,499,411 1/11/2023
6.4.0 98,363,576 7/19/2022
6.3.1 33,959,484 4/22/2022
6.3.0 37,078,245 3/7/2022
6.2.3 85,471,915 10/16/2021
6.2.2 8,859,390 9/22/2021
6.2.1 6,999,526 8/30/2021
6.2.0 105,711 8/30/2021
6.1.5 8,018,030 8/2/2021
6.1.4 25,595,372 4/30/2021
6.1.3 3,305,416 4/20/2021
6.1.2 2,920,023 4/9/2021
6.1.1 7,693,138 3/16/2021
6.1.0 4,110,062 3/6/2021
6.0.7 5,857,128 2/16/2021
6.0.6 102,027 2/16/2021
6.0.5 738,243 2/13/2021
6.0.4 669,514 2/10/2021
6.0.3 172,356 2/10/2021
6.0.2 4,818,585 2/7/2021
6.0.1 268,252 2/6/2021
6.0.0 2,084,654 2/5/2021
5.6.3 65,777,897 9/23/2020
5.6.2 781,264 9/22/2020
5.6.1 2,783,230 9/16/2020
5.5.1 27,089,843 6/25/2020
5.5.0 5,110,969 6/19/2020
5.4.1 18,628,341 4/29/2020
5.4.0 831,732 4/28/2020
5.3.3 3,018,104 4/20/2020
5.3.2 3,081,734 4/17/2020
5.3.1 5,717,067 4/3/2020
5.3.0 471,487 4/2/2020
5.2.1 3,376,749 3/23/2020
5.2.0 1,500,669 3/20/2020
5.1.0 3,387,323 3/11/2020
5.0.0 64,062,201 1/14/2020
5.0.0-rc5 3,614,538 12/12/2019
5.0.0-rc4 8,524,963 9/30/2019
5.0.0-rc3 599,199 9/20/2019
5.0.0-rc2 3,889,548 3/22/2019
5.0.0-rc1 16,562 3/20/2019
5.0.0-beta 835,051 11/24/2018
4.0.1 39,813,072 11/7/2018
4.0.0 521,518 11/6/2018
3.0.0 12,410,767 7/6/2018
2.5.0 3,054,599 6/5/2018
2.4.0 3,276,161 4/7/2018
2.3.0 1,325,577 3/12/2018
2.2.0 394,471 3/1/2018
2.1.0 768,261 2/25/2018
2.0.0 209,637 2/22/2018
1.2.0 378,799 2/18/2018
1.1.0 4,728,061 11/14/2017
1.0.0 6,072,832 4/21/2017
1.0.0-rc3 229,140 2/27/2017
1.0.0-rc2 10,252 2/27/2017
1.0.0-rc1 212,478 1/3/2017