From c9a28d31c3f21d1e537c1807ed63de2a4056629f Mon Sep 17 00:00:00 2001 From: milimoe Date: Fri, 13 Dec 2024 01:46:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B8=B8=E6=88=8F=E5=B9=B3?= =?UTF-8?q?=E8=A1=A1=E5=B8=B8=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FunGame.Server/FunGame.Server.csproj | 5 +++-- FunGame.WebAPI/FunGame.WebAPI.csproj | 5 +++-- FunGame.WebAPI/Program.cs | 1 - 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/FunGame.Server/FunGame.Server.csproj b/FunGame.Server/FunGame.Server.csproj index f140eef..d2b577e 100644 --- a/FunGame.Server/FunGame.Server.csproj +++ b/FunGame.Server/FunGame.Server.csproj @@ -40,8 +40,9 @@ - - + + + diff --git a/FunGame.WebAPI/FunGame.WebAPI.csproj b/FunGame.WebAPI/FunGame.WebAPI.csproj index 0d65191..133c537 100644 --- a/FunGame.WebAPI/FunGame.WebAPI.csproj +++ b/FunGame.WebAPI/FunGame.WebAPI.csproj @@ -24,8 +24,9 @@ - - + + + diff --git a/FunGame.WebAPI/Program.cs b/FunGame.WebAPI/Program.cs index 046f747..33e253e 100644 --- a/FunGame.WebAPI/Program.cs +++ b/FunGame.WebAPI/Program.cs @@ -11,7 +11,6 @@ using Microsoft.IdentityModel.Tokens; using Microsoft.OpenApi.Models; using Milimoe.FunGame.Core.Api.Utility; using Milimoe.FunGame.Core.Library.Common.Addon; -using Milimoe.FunGame.Core.Library.Common.JsonConverter; using Milimoe.FunGame.Core.Library.Common.Network; using Milimoe.FunGame.Core.Library.Constant; using Milimoe.FunGame.Server.Controller;