File tree Expand file tree Collapse file tree
src/components/BootstrapBlazor.Html2Pdf Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments