remove tcp GameServer and rename SDKServer

This commit is contained in:
raphaeIl
2025-01-13 02:10:08 -05:00
parent fe09261f42
commit c331b9b89a
19 changed files with 4425 additions and 715 deletions

View File

@@ -1,18 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Serilog" Version="3.1.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Novaria.Common\Novaria.Common.csproj" />
</ItemGroup>
</Project>