Skip to content

Commit

Permalink
Merge pull request #165 from Syriiin/renovate/swashbuckle-aspnetcore-…
Browse files Browse the repository at this point in the history
…monorepo

Update swashbuckle-aspnetcore monorepo to 7.2.0
  • Loading branch information
Syriiin authored Dec 12, 2024
2 parents cc51b6b + c7fddb2 commit d27a535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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 Difficalcy/Difficalcy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.1.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
<PackageReference Include="StackExchange.Redis" Version="2.8.22" />
</ItemGroup>

Expand Down

0 comments on commit d27a535

Please sign in to comment.