We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d3f7f commit 4d3bdc3Copy full SHA for 4d3bdc3
1 file changed
test/UnitTestTcpSocket/UnitTestTcpSocket.csproj
@@ -19,6 +19,11 @@
19
20
<ItemGroup>
21
<Using Remove="Microsoft.AspNetCore.Components" />
22
+ <Using Remove="BootstrapBlazor.Components" />
23
+ <Using Include="BootstrapBlazor.DataAdapters" />
24
+ <Using Include="BootstrapBlazor.DataHandlers" />
25
+ <Using Include="BootstrapBlazor.DataConverters" />
26
+ <Using Include="BootstrapBlazor.TcpSocket" />
27
</ItemGroup>
28
29
</Project>
0 commit comments