Skip to content

Commit

Permalink
Remove System.Text.Encodings.Web (#2361)
Browse files Browse the repository at this point in the history
Microsoft.AspNetCore.WebUtilities 2.2.0 depends on STEW 4.5.0, which is marked
as vulnerable.
STEW was bumped to 6.0.0 in #2016.
Microsoft.AspNetCore.WebUtilities was removed in #2324.
  • Loading branch information
jnyrup authored Nov 16, 2023
1 parent 201d2b7 commit 7e50c53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/PuppeteerSharp/PuppeteerSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="System.Text.Encodings.Web" Version="6.0.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.3.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 7e50c53

Please sign in to comment.