websocket-server.csproj 304 B

1234567891011121314
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp3.1</TargetFramework>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <Reference Include="NetCoreServer">
  8. <HintPath>./NetCoreServer.dll</HintPath>
  9. </Reference>
  10. </ItemGroup>
  11. </Project>