Skip to content

Commit

Permalink
fix: samples/client/petstore/csharp/generichost/net8/NullReferenceTyp…
Browse files Browse the repository at this point in the history
…es/src/Org.OpenAPITools/Org.OpenAPITools.csproj to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DOTNET-SYSTEMTEXTJSON-8168848
- https://snyk.io/vuln/SNYK-DOTNET-SYSTEMTEXTJSON-7433719
  • Loading branch information
snyk-bot committed Oct 12, 2024
1 parent be618ec commit 271afab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ItemGroup>
<PackageReference Include="CompareNETObjects" Version="4.83.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8.0.3" />
<PackageReference Include="Microsoft.Net.Http.Headers" Version="8.0.3" />
</ItemGroup>
Expand Down

0 comments on commit 271afab

Please sign in to comment.