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 8181 <PackageReference Include =" BootstrapBlazor.VideoPlayer" Version =" 9.0.3" />
8282 <PackageReference Include =" BootstrapBlazor.WinBox" Version =" 9.0.7" />
8383 <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 " />
8686 <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 " />
8888 </ItemGroup >
8989
9090 <ItemGroup >
Original file line number Diff line number Diff line change 66
77<PackageTips Name =" Longbow.Modbus" />
88
9+ <Tips ><div >特别注意:本服务需要 <code >Socket</code > 支持,不支持 <code >wasm</code > 模式</div ></Tips >
10+
911<p class =" code-label" >1. 服务注入</p >
1012
1113<Pre >services.AddModbusFactory();</Pre >
Original file line number Diff line number Diff line change 66
77<PackageTips Name =" Longbow.TcpSocket" />
88
9+ <Tips ><div >特别注意:本服务需要 <code >Socket</code > 支持,不支持 <code >wasm</code > 模式</div ></Tips >
10+
911<p class =" code-label" >1. 服务注入</p >
1012
1113<Pre >services.AddTcpSocketFactory();</Pre >
You can’t perform that action at this time.
0 commit comments