Skip to content

Commit

Permalink
Update Swashbuckle.AspNetCore to version 6.8.0
Browse files Browse the repository at this point in the history
Updated the `MinimalSample.csproj` file to change the version of the `Swashbuckle.AspNetCore` package from `6.7.3` to `6.8.0`.
Updated the `MinimalHelpers.OpenApi.csproj` file to change the version of the `Swashbuckle.AspNetCore.SwaggerGen` package from `6.7.3` to `6.8.0`.

These updates likely include bug fixes, new features, or other improvements provided in the newer version of the packages.
  • Loading branch information
marcominerva committed Sep 23, 2024
1 parent 56fbcfe commit 02f9542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/MinimalSample/MinimalSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.10.0" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.8" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.3" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/MinimalHelpers.OpenApi/MinimalHelpers.OpenApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.7.3" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.8.0" />
</ItemGroup>
</Project>

0 comments on commit 02f9542

Please sign in to comment.