File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
src/BootstrapBlazor.Server Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 81
81
<PackageReference Include =" BootstrapBlazor.VideoPlayer" Version =" 9.0.3" />
82
82
<PackageReference Include =" BootstrapBlazor.WinBox" Version =" 9.0.7" />
83
83
<PackageReference Include =" Longbow.Logging" Version =" 9.0.1" />
84
- <PackageReference Include =" Longbow.Modbus" Version =" 9.0.2 " />
85
- <PackageReference Include =" Longbow.Socket " Version =" 9.0.3 " />
84
+ <PackageReference Include =" Longbow.Modbus" Version =" 9.0.4 " />
85
+ <PackageReference Include =" Longbow.Sockets " Version =" 9.0.0 " />
86
86
<PackageReference Include =" Longbow.Tasks" Version =" 9.0.2" />
87
- <PackageReference Include =" Longbow.TcpSocket" Version =" 9.0.4 " />
87
+ <PackageReference Include =" Longbow.TcpSocket" Version =" 9.0.7 " />
88
88
</ItemGroup >
89
89
90
90
<ItemGroup >
Original file line number Diff line number Diff line change 6
6
7
7
<PackageTips Name =" Longbow.Modbus" />
8
8
9
+ <Tips ><div >特别注意:本服务需要 <code >Socket</code > 支持,不支持 <code >wasm</code > 模式</div ></Tips >
10
+
9
11
<p class =" code-label" >1. 服务注入</p >
10
12
11
13
<Pre >services.AddModbusFactory();</Pre >
Original file line number Diff line number Diff line change 6
6
7
7
<PackageTips Name =" Longbow.TcpSocket" />
8
8
9
+ <Tips ><div >特别注意:本服务需要 <code >Socket</code > 支持,不支持 <code >wasm</code > 模式</div ></Tips >
10
+
9
11
<p class =" code-label" >1. 服务注入</p >
10
12
11
13
<Pre >services.AddTcpSocketFactory();</Pre >
You can’t perform that action at this time.
0 commit comments