Skip to content

Commit

Permalink
chore(deps): update nuget dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 4, 2024
1 parent a88c36e commit a018498
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/WebApiDebugger/WebApiDebugger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.3" />
</ItemGroup>
<PropertyGroup>
<OpenApiEnabled>false</OpenApiEnabled>
Expand Down
4 changes: 2 additions & 2 deletions src/Workleap.OpenApi.MSBuild/Workleap.OpenApi.MSBuild.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

<ItemGroup>
<PackageReference Include="CliWrap" Version="3.6.6" />
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.10.4" />
<PackageReference Include="YamlDotNet" Version="16.0.0" />
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.11.4" />
<PackageReference Include="YamlDotNet" Version="16.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a018498

Please sign in to comment.