Skip to content

Commit 266bd76

Browse files
Merge pull request #50 from loresoft/dependabot/nuget/Swashbuckle.AspNetCore-7.3.0
Bump Swashbuckle.AspNetCore from 7.2.0 to 7.3.0
2 parents 7b490a8 + 283f321 commit 266bd76

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

samples/Sample.Controllers/Sample.Controllers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
10+
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.3.0" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

samples/Sample.Middleware/Sample.Middleware.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.AspNetCore.OpenApi" Version="9.0.2" />
11-
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
11+
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.3.0" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

samples/Sample.MinimalApi/Sample.MinimalApi.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.AspNetCore.OpenApi" Version="9.0.2" />
11-
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
11+
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.3.0" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)