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 013e063 commit 280bd04Copy full SHA for 280bd04
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.0.1" />
+ <PackageReference Include="PuppeteerSharp" Version="21.1.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