13 lines
262 B
XML
13 lines
262 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<OutputType>Exe</OutputType>
|
|||
|
<TargetFramework>net6.0</TargetFramework>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<PackageReference Include="PureWebSockets" Version="4.0.0" />
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
</Project>
|