view Christie_net.csproj @ 21:d488eb23a29f

add ThreadTest
author riono <e165729@ie.u-ryukyu.ac.jp>
date Thu, 03 Dec 2020 19:04:33 +0900
parents 4a3115ba746d
children 970c7f587126
line wrap: on
line source

<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <OutputType>Exe</OutputType>
        <TargetFramework>netcoreapp3.1</TargetFramework>
        <StartupObject>SocketLisnerThread</StartupObject>
    </PropertyGroup>

    <ItemGroup>
      <PackageReference Include="MessagePack" Version="2.1.143" />
    </ItemGroup>

    <ItemGroup>
      <Folder Include="Test" />
    </ItemGroup>

</Project>