Skip to content

Commit 23bc029

Browse files
committed
chore: 更新依赖
1 parent 230c42e commit 23bc029

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

src/components/BootstrapBlazor.Html2Pdf/BootstrapBlazor.Html2Pdf.csproj

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,26 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="BootstrapBlazor" Version="$(BBVersion)" />
14+
</ItemGroup>
15+
16+
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
17+
<PackageReference Include="PuppeteerSharp" Version="20.2.6" />
18+
</ItemGroup>
19+
20+
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
1421
<PackageReference Include="PuppeteerSharp" Version="20.2.6" />
1522
</ItemGroup>
1623

24+
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
25+
<PackageReference Include="PuppeteerSharp" Version="21.0.1" />
26+
</ItemGroup>
27+
28+
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
29+
<PackageReference Include="PuppeteerSharp" Version="21.0.1" />
30+
</ItemGroup>
31+
32+
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
33+
<PackageReference Include="PuppeteerSharp" Version="21.0.1" />
34+
</ItemGroup>
35+
1736
</Project>

0 commit comments

Comments
 (0)