FunASR/runtime/csharp/ws-client/FunASRWSClient_Offline/FunASRWSClient_Offline.csproj

15 lines
337 B
XML
Raw Normal View History

2024-05-18 15:50:56 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Websocket.Client" Version="4.6.1" />
</ItemGroup>
</Project>