Skip to content

Commit 4c4dc29

Browse files
committed
refactor: 移除 TagHelper 包
1 parent 02bde3c commit 4c4dc29

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/BootstrapBlazor.Shared/BootstrapBlazor.Shared.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
<PackageReference Include="BootstrapBlazor.SvgEditor" Version="9.0.0" />
6060
<PackageReference Include="BootstrapBlazor.SummerNote" Version="9.0.1" />
6161
<PackageReference Include="BootstrapBlazor.TableExport" Version="9.0.0" />
62-
<PackageReference Include="BootstrapBlazor.TagHelper" Version="9.0.0" />
6362
<PackageReference Include="BootstrapBlazor.Topology" Version="9.0.0" />
6463
<PackageReference Include="BootstrapBlazor.VideoPlayer" Version="9.0.1" />
6564
<PackageReference Include="BootstrapBlazor.WinBox" Version="9.0.5" />

src/BootstrapBlazor.Shared/Extensions/ServicesCollectionExtensions.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ void Invoke(BootstrapBlazorOptions option)
8686
// 增加 Table Excel 导出服务
8787
services.AddBootstrapBlazorTableExportService();
8888

89-
// 增加 脚本版本服务
90-
services.AddBootstrapAppendVersionService();
91-
9289
// 增加 PetaPoco ORM 数据服务操作类
9390
// 需要时打开下面代码
9491
//services.AddPetaPoco(option =>

0 commit comments

Comments
 (0)