Skip to content

Commit

Permalink
Merge pull request #18 from Capella87/dependabot/nuget/master/Swashbu…
Browse files Browse the repository at this point in the history
…ckle.AspNetCore-6.8.1

[.NET]: Bump Swashbuckle.AspNetCore from 6.8.0 to 6.8.1
  • Loading branch information
Capella87 authored Oct 7, 2024
2 parents d453419 + 6f1bdb3 commit 88abb33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EFCorePractice/EFCorePractice.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.OpenApi" Version="1.6.21" />
<PackageReference Include="MinimalApis.Extensions" Version="0.11.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion OpenAPIPractice/OpenAPIPractice.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1" />
<PackageReference Include="Microsoft.OpenApi" Version="1.6.21" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 88abb33

Please sign in to comment.