Skip to content

Commit

Permalink
Merge pull request #117 from trifork/renovate/all-nuget-minor
Browse files Browse the repository at this point in the history
chore(deps): minor update nuget group to 7.2.0
  • Loading branch information
rnotrifork authored Dec 17, 2024
2 parents 967caa4 + d56d259 commit 3d1c890
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": "7.1.0",
"version": "7.2.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="7.1.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
</ItemGroup>

</Project>

0 comments on commit 3d1c890

Please sign in to comment.