Skip to content

Commit 66eeb2a

Browse files
authored
feat(Html2Pdf): bump version 10.0.3 (#923)
* chore: 更新依赖 * chore: bump version 10.0.3
1 parent 230c42e commit 66eeb2a

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

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

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>10.0.2</Version>
4+
<Version>10.0.3</Version>
55
</PropertyGroup>
66

77
<PropertyGroup>
@@ -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)