Mercurial > hg > Database > Christie-sharp
view Christie_net.csproj @ 32:3a7a71ee8738
Add TCPListener & Client test
author | riono <e165729@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 16 Apr 2021 01:32:08 +0900 |
parents | 6399d784c6d1 |
children | 7575980bffc9 |
line wrap: on
line source
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp3.1</TargetFramework> <StartupObject>TCPListener</StartupObject> </PropertyGroup> <ItemGroup> <PackageReference Include="MessagePack" Version="2.1.143" /> </ItemGroup> </Project>