Use Hcs.ClientNet instead of Hcs.Client

This commit is contained in:
2025-09-26 19:50:12 +09:00
parent 6cd2fb82e9
commit 904988780a
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
@page "/test/export"
@using Hcs.Client
@using Hcs.Client.Logger
@using Hcs.Client.MessageCapturer
@using Hcs.ClientNet
@using Hcs.ClientNet.Logger
@using Hcs.ClientNet.MessageCapturer
@using Hcs.Service.Async.Nsi
@using Hcs.WebApp.Components.Shared

View File

@ -15,7 +15,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Hcs.Client\Hcs.Client.csproj" />
<ProjectReference Include="..\Hcs.ClientNet\Hcs.ClientNet.csproj" />
</ItemGroup>
</Project>