File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
src/BootstrapBlazor.Shared Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff 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 =>
You can’t perform that action at this time.
0 commit comments