Skip to content

Commit 70db30b

Browse files
committed
feat(EmbedPdf): bump version 10.0.2
1 parent 5fe77ab commit 70db30b

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

src/components/BootstrapBlazor.EmbedPDF/BootstrapBlazor.EmbedPDF.csproj

Lines changed: 2 additions & 5 deletions
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.1</Version>
4+
<Version>10.0.2</Version>
55
</PropertyGroup>
66

77
<PropertyGroup>
@@ -18,12 +18,9 @@
1818
<PackageReference Include="BootstrapBlazor" Version="$(BBVersion)" />
1919
</ItemGroup>
2020

21-
<ItemGroup>
22-
<Using Include="Microsoft.JSInterop" />
23-
</ItemGroup>
24-
2521
<ItemGroup>
2622
<Using Include="BootstrapBlazor.Components" />
23+
<Using Include="Microsoft.JSInterop" />
2724
</ItemGroup>
2825

2926
</Project>

0 commit comments

Comments
 (0)