Skip to content

Commit b7f1d0e

Browse files
committed
chore: 更新项目
1 parent f13b574 commit b7f1d0e

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

src/components/BootstrapBlazor.PdfReader/BootstrapBlazor.PdfReader.csproj

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,28 @@
33
<PropertyGroup>
44
<Version>10.0.1</Version>
55
</PropertyGroup>
6-
6+
77
<PropertyGroup>
88
<PackageTags>Bootstrap Blazor WebAssembly wasm UI Components Pdf Reader</PackageTags>
99
<Description>Bootstrap UI components extensions of PdfReader</Description>
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<Content Remove="Locales\en.json" />
14-
<Content Remove="Locales\zh.json" />
15-
<EmbeddedResource Include="Locales\en.json" />
16-
<EmbeddedResource Include="Locales\zh.json" />
1713
<Content Remove="wwwroot\pdf.mjs" />
1814
<Content Remove="wwwroot\pdf.worker.mjs" />
1915
<None Include="wwwroot\lib\pdf.mjs" />
2016
<None Include="wwwroot\lib\pdf.worker.mjs" />
2117
</ItemGroup>
2218

2319
<ItemGroup>
24-
<!--<PackageReference Include="BootstrapBlazor" Version="$(BBVersion)" />-->
20+
<Content Remove="Locales\en.json" />
21+
<Content Remove="Locales\zh.json" />
22+
<EmbeddedResource Include="Locales\en.json" />
23+
<EmbeddedResource Include="Locales\zh.json" />
2524
</ItemGroup>
2625

2726
<ItemGroup>
28-
<ProjectReference Include="..\..\..\..\BootstrapBlazor\src\BootstrapBlazor\BootstrapBlazor.csproj" />
27+
<PackageReference Include="BootstrapBlazor" Version="$(BBVersion)" />
2928
</ItemGroup>
3029

3130
<ItemGroup>

0 commit comments

Comments
 (0)