added message class and added references to server and client projects

This commit is contained in:
Sem van der Hoeven
2020-09-23 11:50:25 +02:00
parent 1041aa0391
commit 28242ff052
5 changed files with 61 additions and 1 deletions

12
Message/Message.csproj Normal file
View File

@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
</Project>