Skip to content

Commit

Permalink
fix: src/Audit.WebApi/Audit.WebApi.csproj to reduce vulnerabilities (#…
Browse files Browse the repository at this point in the history
…634)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DOTNET-MICROSOFTOWIN-1019387
- https://snyk.io/vuln/SNYK-DOTNET-MICROSOFTOWIN-3011423

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
thepirat000 and snyk-bot authored Nov 14, 2023
1 parent 46aa0db commit 0f01586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Audit.WebApi/Audit.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
<PackageReference Include="Microsoft.AspNet.WebApi.Core" Version="5.2.6" />
<PackageReference Include="Microsoft.AspNet.WebApi.Owin" Version="5.2.6" />
<PackageReference Include="Microsoft.AspNet.WebApi.Owin" Version="5.3.0" />
<Reference Include="System.Web" />
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
Expand Down

0 comments on commit 0f01586

Please sign in to comment.