Info
Version: | 8.0.2 |
Author(s): | Matt Frear |
Last Update: | Wednesday, May 1, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mattfrear/Swashbuckle.AspNetCore.Filters |
NuGet Url: | https://www.nuget.org/packages/Swashbuckle.AspNetCore.Filters |
Install
Install-Package Swashbuckle.AspNetCore.Filters
dotnet add package Swashbuckle.AspNetCore.Filters
paket add Swashbuckle.AspNetCore.Filters
Swashbuckle.AspNetCore.Filters Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection(>= 2.1.0)
- Microsoft.OpenApi(>= 1.2.2)
- Newtonsoft.Json(>= 12.0.3)
- Scrutor(>= 3.0.1)
- Swashbuckle.AspNetCore(>= 5.0.0)
- Swashbuckle.AspNetCore.Annotations(>= 5.0.0)
- Microsoft.Extensions.DependencyInjection(>= 2.1.0)
- Microsoft.OpenApi(>= 1.2.2)
- Newtonsoft.Json(>= 12.0.3)
- Scrutor(>= 3.0.1)
- Swashbuckle.AspNetCore(>= 5.0.0)
- Swashbuckle.AspNetCore.Annotations(>= 5.0.0)
Tags
This package replaces Swashbuckle.AspNetCore.Examples.