Skip to content

Commit

Permalink
Update transitive Microsoft.AspNetCore dependencies in NSwag.Commands…
Browse files Browse the repository at this point in the history
… to fix reported security vulnerabilities (#4716)
  • Loading branch information
Numpsy committed Mar 14, 2024
1 parent 68d0125 commit 31aa577
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/NSwag.Commands/NSwag.Commands.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@

<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
<PackageReference Include="Microsoft.AspNetCore" Version="[2.1.7, 2.2)" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="[2.1.34, 2.2)" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Core" Version="[2.1.25, 2.2)" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets" Version="[2.1.40, 2.2)" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="[2.1.1, 2.2)" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.ApiExplorer" Version="[2.1.3, 2.2)" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Json" Version="[2.1.18, 2.2)" />
Expand Down

0 comments on commit 31aa577

Please sign in to comment.