Skip to content

Commit

Permalink
Merge pull request #105 from trifork/renovate/all-nuget-minor
Browse files Browse the repository at this point in the history
fix(deps): update all nuget minor
  • Loading branch information
rnotrifork authored Oct 21, 2024
2 parents 9656ccb + 15bf0bd commit 079d877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"swashbuckle.aspnetcore.cli": {
"version": "6.8.1",
"version": "6.9.0",
"commands": [
"swagger"
]
Expand Down
2 changes: 1 addition & 1 deletion src/Cheetah.WebApi/Cheetah.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<PackageReference Include="prometheus-net.AspNetCore" Version="8.2.1" />
<PackageReference Include="prometheus-net.AspNetCore.HealthChecks" Version="8.2.1" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" />
</ItemGroup>

</Project>

0 comments on commit 079d877

Please sign in to comment.