Skip to content

Commit e5743b2

Browse files
committed
Update Swashbuckle.AspNetCore to 4.0.0
1 parent 88c6c04 commit e5743b2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Source/Boxed.AspNetCore.Swagger/Boxed.AspNetCore.Swagger.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<PropertyGroup Label="Package">
12-
<VersionPrefix>3.0.1</VersionPrefix>
12+
<VersionPrefix>4.0.0</VersionPrefix>
1313
<Authors>Muhammad Rehan Saeed (RehanSaeed.com)</Authors>
1414
<Product>ASP.NET Core Swagger Framework Boxed</Product>
1515
<Description>Provides ASP.NET Core middleware, MVC filters, extension methods and helper code for an ASP.NET Core project implementing Swagger (OpenAPI).</Description>
@@ -46,7 +46,7 @@
4646
<ItemGroup Label="Package References">
4747
<PackageReference Condition="'$(OS)' == 'Windows_NT'" Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" Version="1.0.0-beta-63127-02" />
4848
<PackageReference Include="StyleCop.Analyzers" PrivateAssets="All" Version="1.1.0-beta009" />
49-
<PackageReference Include="Swashbuckle.AspNetCore" Version="3.0.0" />
49+
<PackageReference Include="Swashbuckle.AspNetCore" Version="4.0.0" />
5050
</ItemGroup>
5151

5252
</Project>

Source/Boxed.AspNetCore.Swagger/SwaggerGenOptionsExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ namespace Boxed.AspNetCore.Swagger
33
using System;
44
using System.IO;
55
using System.Reflection;
6+
using Microsoft.Extensions.DependencyInjection;
67
using Swashbuckle.AspNetCore.SwaggerGen;
78

89
/// <summary>

0 commit comments

Comments
 (0)