Files
ClipTrimApp/stream_deck_plugin/ClientTest/ClientTest.csproj
michalcourson 1e7141c43f some tests
2026-02-24 21:11:26 -05:00

15 lines
340 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SocketIOClient" Version="4.0.0.2" />
</ItemGroup>
</Project>