sochkeal/Satori/SockChatKeepAlive.csproj

13 lines
262 B
XML
Raw Permalink Normal View History

2023-06-28 20:12:23 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="PureWebSockets" Version="4.0.0" />
</ItemGroup>
</Project>