Skip to content

Commit 3709354

Browse files
Chris Martinezcommonsensesoftware
authored andcommitted
Update Swashbuckle version
1 parent e63712e commit 3709354

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/aspnetcore/SwaggerODataSample/SwaggerODataSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.Extensions.PlatformAbstractions" Version="1.1.0" />
11-
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.0.0-*" />
11+
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3-*" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

samples/aspnetcore/SwaggerSample/SwaggerSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.Extensions.PlatformAbstractions" Version="1.1.0" />
11-
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.0.0-*" />
11+
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3-*" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)