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 8292a92 commit 9c28dd6Copy full SHA for 9c28dd6
1 file changed
src/components/BootstrapBlazor.PdfReader/BootstrapBlazor.PdfReader.csproj
@@ -1,5 +1,9 @@
1
<Project Sdk="Microsoft.NET.Sdk.Razor">
2
3
+ <PropertyGroup>
4
+ <Version>10.0.1-beta01</Version>
5
+ </PropertyGroup>
6
+
7
<PropertyGroup>
8
<PackageTags>Bootstrap Blazor WebAssembly wasm UI Components Pdf Reader</PackageTags>
9
<Description>Bootstrap UI components extensions of PdfReader</Description>
@@ -14,6 +18,7 @@
14
18
15
19
<ItemGroup>
16
20
<ProjectReference Include="..\..\..\..\BootstrapBlazor\src\BootstrapBlazor\BootstrapBlazor.csproj" />
21
+ <!--<PackageReference Include="BootstrapBlazor" Version="$(BBVersion)" />-->
17
22
</ItemGroup>
23
24
0 commit comments