Skip to content

Commit 3c66dcb

Browse files
committed
chore: bump version 9.0.6-beta02
1 parent 4c47e4e commit 3c66dcb

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

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

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

3-
<PropertyGroup>
4-
<Version>9.0.6-beta01</Version>
3+
<PropertyGroup Condition="'$(VisualStudioVersion)' == '17.0'">
4+
<Version>9.0.6-beta02</Version>
5+
</PropertyGroup>
6+
7+
<PropertyGroup Condition="'$(VisualStudioVersion)' == '18.0'">
8+
<Version>10.0.0-rc.2.1.2</Version>
59
</PropertyGroup>
610

711
<PropertyGroup>
812
<PackageTags>Bootstrap Blazor WebAssembly wasm UI Components Pdf</PackageTags>
913
<Description>Bootstrap UI components extensions of Html2Pdf use PuppeteerSharp lib</Description>
1014
</PropertyGroup>
1115

12-
<ItemGroup>
13-
<PackageReference Include="BootstrapBlazor" Version="9.11.5-beta07" />
16+
<ItemGroup Condition="'$(VisualStudioVersion)' == '17.0'">
17+
<PackageReference Include="BootstrapBlazor" Version="9.11.5-beta11" />
18+
<PackageReference Include="PuppeteerSharp" Version="20.2.4" />
19+
</ItemGroup>
20+
21+
<ItemGroup Condition="'$(VisualStudioVersion)' == '18.0'">
22+
<PackageReference Include="BootstrapBlazor" Version="10.0.0-rc.2.1.10" />
1423
<PackageReference Include="PuppeteerSharp" Version="20.2.4" />
1524
</ItemGroup>
1625

0 commit comments

Comments
 (0)