We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7374b commit cd946acCopy full SHA for cd946ac
1 file changed
src/components/BootstrapBlazor.Html2Pdf/BootstrapBlazor.Html2Pdf.csproj
@@ -22,15 +22,15 @@
22
</ItemGroup>
23
24
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
25
- <PackageReference Include="PuppeteerSharp" Version="21.1.1" />
+ <PackageReference Include="PuppeteerSharp" Version="24.39.0" />
26
27
28
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
29
30
31
32
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
33
34
35
36
</Project>
0 commit comments