We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6912bb8 commit d391007Copy full SHA for d391007
1 file changed
Toolbar/Mobile Toolbar/Redaction Toolbar in Mobile View/BlazorWebApp/BlazorWebApp.csproj
@@ -6,7 +6,7 @@
6
<ImplicitUsings>enable</ImplicitUsings>
7
</PropertyGroup>
8
<ItemGroup>
9
- <PackageReference Include="Syncfusion.Blazor.SfPdfViewer" Version="31.1.20" />
10
- <PackageReference Include="Syncfusion.Blazor.Themes" Version="31.1.20" />
+ <PackageReference Include="Syncfusion.Blazor.SfPdfViewer" Version="*" />
+ <PackageReference Include="Syncfusion.Blazor.Themes" Version="*" />
11
</ItemGroup>
12
</Project>
0 commit comments